示例#1
0
 /// <remarks/>
 public void UpdateVendorBillAsync(UpdateVendorBillRequest UpdateVendorBillRequest, object userState) {
     if ((this.UpdateVendorBillOperationCompleted == null)) {
         this.UpdateVendorBillOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateVendorBillOperationCompleted);
     }
     this.InvokeAsync("UpdateVendorBill", new object[] {
                 UpdateVendorBillRequest}, this.UpdateVendorBillOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void UpdateVendorBillAsync(UpdateVendorBillRequest UpdateVendorBillRequest) {
     this.UpdateVendorBillAsync(UpdateVendorBillRequest, null);
 }