Exemplo n.º 1
0
 /// <remarks/>
 public void GetCustomerCodingAsync(GetCustomerCodingRequest GetCustomerCodingRequest, object userState) {
     if ((this.GetCustomerCodingOperationCompleted == null)) {
         this.GetCustomerCodingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerCodingOperationCompleted);
     }
     this.InvokeAsync("GetCustomerCoding", new object[] {
                 GetCustomerCodingRequest}, this.GetCustomerCodingOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetCustomerCodingAsync(GetCustomerCodingRequest GetCustomerCodingRequest) {
     this.GetCustomerCodingAsync(GetCustomerCodingRequest, null);
 }