1 write to ServerProcessId
rzc (1)
ServerProtocol\ShutdownServerResponse.cs (1)
12ServerProcessId = serverProcessId;
3 references to ServerProcessId
rzc (3)
ServerProtocol\ShutdownServerResponse.cs (1)
19writer.Write(ServerProcessId);
ShutdownCommand.cs (2)
59var process = Process.GetProcessById(response.ServerProcessId); 69Out.Write("Server pid:{0} shut down completed.", response.ServerProcessId);