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