Ejemplo n.º 1
0
 /// <remarks/>
 public void GetVendorPaymentsPagingAsync(GetVendorPaymentsPagingRequest GetVendorPaymentsPagingRequest, object userState) {
     if ((this.GetVendorPaymentsPagingOperationCompleted == null)) {
         this.GetVendorPaymentsPagingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVendorPaymentsPagingOperationCompleted);
     }
     this.InvokeAsync("GetVendorPaymentsPaging", new object[] {
                 GetVendorPaymentsPagingRequest}, this.GetVendorPaymentsPagingOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetVendorPaymentsPagingAsync(GetVendorPaymentsPagingRequest GetVendorPaymentsPagingRequest) {
     this.GetVendorPaymentsPagingAsync(GetVendorPaymentsPagingRequest, null);
 }