Example #1
0
 /// <remarks/>
 public void ViewPaymentReportAsync(ViewPaymentReportRequest ViewPaymentReportRequest, object userState) {
     if ((this.ViewPaymentReportOperationCompleted == null)) {
         this.ViewPaymentReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnViewPaymentReportOperationCompleted);
     }
     this.InvokeAsync("ViewPaymentReport", new object[] {
                 ViewPaymentReportRequest}, this.ViewPaymentReportOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void ViewPaymentReportAsync(ViewPaymentReportRequest ViewPaymentReportRequest) {
     this.ViewPaymentReportAsync(ViewPaymentReportRequest, null);
 }