Example #1
0
 /// <remarks/>
 public void GetCustomerBillingAsync(GetCustomerBillingRequest GetCustomerBillingRequest, object userState) {
     if ((this.GetCustomerBillingOperationCompleted == null)) {
         this.GetCustomerBillingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerBillingOperationCompleted);
     }
     this.InvokeAsync("GetCustomerBilling", new object[] {
                 GetCustomerBillingRequest}, this.GetCustomerBillingOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetCustomerBillingAsync(GetCustomerBillingRequest GetCustomerBillingRequest) {
     this.GetCustomerBillingAsync(GetCustomerBillingRequest, null);
 }