Ejemplo n.º 1
0
 /// <remarks/>
 public void DeleteMachineGroupAsync(DeleteMachineGroupRequest req) {
     this.DeleteMachineGroupAsync(req, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void DeleteMachineGroupAsync(DeleteMachineGroupRequest req, object userState) {
     if ((this.DeleteMachineGroupOperationCompleted == null)) {
         this.DeleteMachineGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteMachineGroupOperationCompleted);
     }
     this.InvokeAsync("DeleteMachineGroup", new object[] {
                 req}, this.DeleteMachineGroupOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public DeleteMachineGroupResponse DeleteMachineGroup(DeleteMachineGroupRequest req) {
     object[] results = this.Invoke("DeleteMachineGroup", new object[] {
                 req});
     return ((DeleteMachineGroupResponse)(results[0]));
 }