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