Esempio n. 1
0
 /// <remarks/>
 public void GetCustomerTypeListAsync(GetCustomerTypeRequest GetCustomerTypeRequest, object userState) {
     if ((this.GetCustomerTypeListOperationCompleted == null)) {
         this.GetCustomerTypeListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerTypeListOperationCompleted);
     }
     this.InvokeAsync("GetCustomerTypeList", new object[] {
                 GetCustomerTypeRequest}, this.GetCustomerTypeListOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetCustomerTypeListAsync(GetCustomerTypeRequest GetCustomerTypeRequest) {
     this.GetCustomerTypeListAsync(GetCustomerTypeRequest, null);
 }