示例#1
0
 /// <summary>
 /// Create a new instance of the server process, returning true on success
 /// and false otherwise.
 /// </summary>
 protected virtual bool TryCreateServer(string clientDir, string pipeName)
 {
     return(BuildServerConnection.TryCreateServerCore(clientDir, pipeName));
 }