Example #1
0
 bool ServiceControl.Stop(HostControl hostControl)
 {
     if (_clusterRunner != null)
     {
         _clusterRunner.Shutdown().Wait();
         _clusterRunner = null;
     }
     return(true);
 }