Esempio n. 1
0
 /// <remarks/>
 public void GetMachineCollectionListAsync(GetMachineCollectionListRequest req) {
     this.GetMachineCollectionListAsync(req, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetMachineCollectionListAsync(GetMachineCollectionListRequest req, object userState) {
     if ((this.GetMachineCollectionListOperationCompleted == null)) {
         this.GetMachineCollectionListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMachineCollectionListOperationCompleted);
     }
     this.InvokeAsync("GetMachineCollectionList", new object[] {
                 req}, this.GetMachineCollectionListOperationCompleted, userState);
 }
Esempio n. 3
0
 public GetMachineCollectionListResponse GetMachineCollectionList(GetMachineCollectionListRequest req) {
     object[] results = this.Invoke("GetMachineCollectionList", new object[] {
                 req});
     return ((GetMachineCollectionListResponse)(results[0]));
 }