Beispiel #1
0
 /// <remarks/>
 public void GetBatchStatisticsAsync(MerchantAuthenticationType merchantAuthentication, GetBatchStatisticsRequestType request) {
     this.GetBatchStatisticsAsync(merchantAuthentication, request, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetBatchStatisticsAsync(MerchantAuthenticationType merchantAuthentication, GetBatchStatisticsRequestType request, object userState) {
     if ((this.GetBatchStatisticsOperationCompleted == null)) {
         this.GetBatchStatisticsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBatchStatisticsOperationCompleted);
     }
     this.InvokeAsync("GetBatchStatistics", new object[] {
                 merchantAuthentication,
                 request}, this.GetBatchStatisticsOperationCompleted, userState);
 }
Beispiel #3
0
 public GetBatchStatisticsResponseType GetBatchStatistics(MerchantAuthenticationType merchantAuthentication, GetBatchStatisticsRequestType request) {
     object[] results = this.Invoke("GetBatchStatistics", new object[] {
                 merchantAuthentication,
                 request});
     return ((GetBatchStatisticsResponseType)(results[0]));
 }