/// <remarks/> public void GetBatchStatisticsAsync(MerchantAuthenticationType merchantAuthentication, GetBatchStatisticsRequestType request) { this.GetBatchStatisticsAsync(merchantAuthentication, request, null); }
/// <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); }
public GetBatchStatisticsResponseType GetBatchStatistics(MerchantAuthenticationType merchantAuthentication, GetBatchStatisticsRequestType request) { object[] results = this.Invoke("GetBatchStatistics", new object[] { merchantAuthentication, request}); return ((GetBatchStatisticsResponseType)(results[0])); }