Example #1
0
 public GetListofAMCustomerResponse GetListofAMCustomer(GetListofAMCustomerRequest GetListofAMCustomerReq)
 {
     object[] results = this.Invoke("GetListofAMCustomer", new object[] {
         GetListofAMCustomerReq
     });
     return((GetListofAMCustomerResponse)(results[0]));
 }
Example #2
0
 /// <remarks/>
 public void GetListofAMCustomerAsync(GetListofAMCustomerRequest GetListofAMCustomerReq, object userState)
 {
     if ((this.GetListofAMCustomerOperationCompleted == null))
     {
         this.GetListofAMCustomerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetListofAMCustomerOperationCompleted);
     }
     this.InvokeAsync("GetListofAMCustomer", new object[] {
         GetListofAMCustomerReq
     }, this.GetListofAMCustomerOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void GetListofAMCustomerAsync(GetListofAMCustomerRequest GetListofAMCustomerReq)
 {
     this.GetListofAMCustomerAsync(GetListofAMCustomerReq, null);
 }