/// <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); }
/// <remarks/> public void getAccountSalutationsAsync(getAccountSalutationsRequest getAccountSalutationsRequest) { this.getAccountSalutationsAsync(getAccountSalutationsRequest, null); }