Example #1
0
 protected virtual bool StopCluster(IRemoteController remoteController, Cluster cluster)
 {
     return(remoteController.shutdownCluster(cluster.Id));
 }