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