Ejemplo n.º 1
0
 /// <remarks/>
 public void GetCustomerOptionsAsync(GetCustomerOptionsRequest GetCustomerOptionsRequest, object userState) {
     if ((this.GetCustomerOptionsOperationCompleted == null)) {
         this.GetCustomerOptionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerOptionsOperationCompleted);
     }
     this.InvokeAsync("GetCustomerOptions", new object[] {
                 GetCustomerOptionsRequest}, this.GetCustomerOptionsOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetCustomerOptionsAsync(GetCustomerOptionsRequest GetCustomerOptionsRequest) {
     this.GetCustomerOptionsAsync(GetCustomerOptionsRequest, null);
 }