Beispiel #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);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetCustomerTypeListAsync(GetCustomerTypeRequest GetCustomerTypeRequest) {
     this.GetCustomerTypeListAsync(GetCustomerTypeRequest, null);
 }