protected void RemoveNode()
 {
     this.ChangeCurrentDirectoryToSession();
     DeploymentManagerInternal.RemoveNodeAsyncInternal(GetClusterConnection().FabricClient).Wait();
 }
Example #2
0
 public static async Task RemoveNodeAsync(FabricClient fabricClient)
 {
     await DeploymentManagerInternal.RemoveNodeAsyncInternal(fabricClient).ConfigureAwait(false);
 }