Esempio n. 1
0
 /// <remarks/>
 public void getAccountSalutationsAsync(getAccountSalutationsRequest getAccountSalutationsRequest, object userState) {
     if ((this.getAccountSalutationsOperationCompleted == null)) {
         this.getAccountSalutationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetAccountSalutationsOperationCompleted);
     }
     this.InvokeAsync("getAccountSalutations", new object[] {
                 getAccountSalutationsRequest}, this.getAccountSalutationsOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void getAccountSalutationsAsync(getAccountSalutationsRequest getAccountSalutationsRequest) {
     this.getAccountSalutationsAsync(getAccountSalutationsRequest, null);
 }