Esempio n. 1
0
 /// <remarks/>
 public void GetCustomerStatementReportAsync(GetCustomerStatementReportRequest GetCustomerStatementReportRequest, object userState) {
     if ((this.GetCustomerStatementReportOperationCompleted == null)) {
         this.GetCustomerStatementReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerStatementReportOperationCompleted);
     }
     this.InvokeAsync("GetCustomerStatementReport", new object[] {
                 GetCustomerStatementReportRequest}, this.GetCustomerStatementReportOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetCustomerStatementReportAsync(GetCustomerStatementReportRequest GetCustomerStatementReportRequest) {
     this.GetCustomerStatementReportAsync(GetCustomerStatementReportRequest, null);
 }