Ejemplo n.º 1
0
 /// <remarks/>
 public void MoveMachineToAnotherGroupAsync(MoveMachineToAnotherGroupRequest req) {
     this.MoveMachineToAnotherGroupAsync(req, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void MoveMachineToAnotherGroupAsync(MoveMachineToAnotherGroupRequest req, object userState) {
     if ((this.MoveMachineToAnotherGroupOperationCompleted == null)) {
         this.MoveMachineToAnotherGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnMoveMachineToAnotherGroupOperationCompleted);
     }
     this.InvokeAsync("MoveMachineToAnotherGroup", new object[] {
                 req}, this.MoveMachineToAnotherGroupOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public MoveMachineToAnotherGroupResponse MoveMachineToAnotherGroup(MoveMachineToAnotherGroupRequest req) {
     object[] results = this.Invoke("MoveMachineToAnotherGroup", new object[] {
                 req});
     return ((MoveMachineToAnotherGroupResponse)(results[0]));
 }