예제 #1
0
 /// <remarks/>
 public void GetVendorBillAsync(GetVendorBillRequest GetVendorBillRequest, object userState) {
     if ((this.GetVendorBillOperationCompleted == null)) {
         this.GetVendorBillOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVendorBillOperationCompleted);
     }
     this.InvokeAsync("GetVendorBill", new object[] {
                 GetVendorBillRequest}, this.GetVendorBillOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void GetVendorBillAsync(GetVendorBillRequest GetVendorBillRequest) {
     this.GetVendorBillAsync(GetVendorBillRequest, null);
 }