Example #1
0
 /// <remarks/>
 public void UpdateCustomerCheckingAccountAsync(UpdateCustomerCheckingAccountRequest UpdateCustomerCheckingAccountRequest, object userState) {
     if ((this.UpdateCustomerCheckingAccountOperationCompleted == null)) {
         this.UpdateCustomerCheckingAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateCustomerCheckingAccountOperationCompleted);
     }
     this.InvokeAsync("UpdateCustomerCheckingAccount", new object[] {
                 UpdateCustomerCheckingAccountRequest}, this.UpdateCustomerCheckingAccountOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void UpdateCustomerCheckingAccountAsync(UpdateCustomerCheckingAccountRequest UpdateCustomerCheckingAccountRequest) {
     this.UpdateCustomerCheckingAccountAsync(UpdateCustomerCheckingAccountRequest, null);
 }