1 write to Pipe
rzc (1)
ShutdownCommand.cs (1)
14
Pipe
= Option("-p|--pipe", "name of named pipe", CommandOptionType.SingleValue);
4 references to Pipe
rzc (4)
ShutdownCommand.cs (4)
24
if (string.IsNullOrEmpty(
Pipe
.Value()))
26
Pipe
.Values.Add(PipeName.ComputeDefault());
43
using (var client = await Client.ConnectAsync(
Pipe
.Value(), timeout: TimeSpan.FromSeconds(5), cancellationToken: Cancelled))
84
if (Mutex.TryOpenExisting(MutexName.GetServerMutexName(
Pipe
.Value()), out var mutex))