Пример #1
0
 /// <remarks/>
 public void CreateMachineGroupAsync(CreateMachineGroupRequest req) {
     this.CreateMachineGroupAsync(req, null);
 }
Пример #2
0
 /// <remarks/>
 public void CreateMachineGroupAsync(CreateMachineGroupRequest req, object userState) {
     if ((this.CreateMachineGroupOperationCompleted == null)) {
         this.CreateMachineGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateMachineGroupOperationCompleted);
     }
     this.InvokeAsync("CreateMachineGroup", new object[] {
                 req}, this.CreateMachineGroupOperationCompleted, userState);
 }
Пример #3
0
 public CreateMachineGroupResponse CreateMachineGroup(CreateMachineGroupRequest req) {
     object[] results = this.Invoke("CreateMachineGroup", new object[] {
                 req});
     return ((CreateMachineGroupResponse)(results[0]));
 }