BatchInquiryAsync Method
Retrieves the current state of the open batch.
Syntax
[VB.NET] Public Function BatchInquiryAsync() As IAsyncAction
[C#] public IAsyncAction BatchInquiryAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
BatchInquiryAsync MethodRetrieves the current state of the open batch. Syntax[VB.NET] Public Function BatchInquiryAsync() As IAsyncAction [C#] public IAsyncAction BatchInquiryAsync(); RemarksThis method is the asynchronous version of the BatchInquiry method and is used to support asynchronous operations in WinRT. Please refer to BatchInquiry for more information. |
||