Example #1
0
 /// <remarks/>
 public void updateAccountSalutationAsync(updateAccountSalutationRequest updateAccountSalutationRequest, object userState) {
     if ((this.updateAccountSalutationOperationCompleted == null)) {
         this.updateAccountSalutationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateAccountSalutationOperationCompleted);
     }
     this.InvokeAsync("updateAccountSalutation", new object[] {
                 updateAccountSalutationRequest}, this.updateAccountSalutationOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void updateAccountSalutationAsync(updateAccountSalutationRequest updateAccountSalutationRequest) {
     this.updateAccountSalutationAsync(updateAccountSalutationRequest, null);
 }