コード例 #1
0
 /// <remarks/>
 public void ViewVendorPaymentReportAsync(ViewVendorPaymentReportRequest ViewVendorPaymentReportRequest, object userState) {
     if ((this.ViewVendorPaymentReportOperationCompleted == null)) {
         this.ViewVendorPaymentReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnViewVendorPaymentReportOperationCompleted);
     }
     this.InvokeAsync("ViewVendorPaymentReport", new object[] {
                 ViewVendorPaymentReportRequest}, this.ViewVendorPaymentReportOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void ViewVendorPaymentReportAsync(ViewVendorPaymentReportRequest ViewVendorPaymentReportRequest) {
     this.ViewVendorPaymentReportAsync(ViewVendorPaymentReportRequest, null);
 }