Esempio n. 1
0
 /// <remarks/>
 public void GetCustomerCodingsAsync(GetCustomerCodingsRequest GetCustomerCodingsRequest, object userState) {
     if ((this.GetCustomerCodingsOperationCompleted == null)) {
         this.GetCustomerCodingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerCodingsOperationCompleted);
     }
     this.InvokeAsync("GetCustomerCodings", new object[] {
                 GetCustomerCodingsRequest}, this.GetCustomerCodingsOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetCustomerCodingsAsync(GetCustomerCodingsRequest GetCustomerCodingsRequest) {
     this.GetCustomerCodingsAsync(GetCustomerCodingsRequest, null);
 }