Example #1
0
 /// <remarks/>
 public void UpdateCustomerGeneralInfoAsync(UpdateCustomerGeneralInfoRequest UpdateCustomerGeneralInfoRequest, object userState) {
     if ((this.UpdateCustomerGeneralInfoOperationCompleted == null)) {
         this.UpdateCustomerGeneralInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateCustomerGeneralInfoOperationCompleted);
     }
     this.InvokeAsync("UpdateCustomerGeneralInfo", new object[] {
                 UpdateCustomerGeneralInfoRequest}, this.UpdateCustomerGeneralInfoOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void UpdateCustomerGeneralInfoAsync(UpdateCustomerGeneralInfoRequest UpdateCustomerGeneralInfoRequest) {
     this.UpdateCustomerGeneralInfoAsync(UpdateCustomerGeneralInfoRequest, null);
 }