CaptureAsync Method
Captures a previously authorized transaction.
Syntax
[VB.NET] Public Function CaptureAsync() As IAsyncAction
[C#] public IAsyncAction CaptureAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CaptureAsync MethodCaptures a previously authorized transaction. Syntax[VB.NET] Public Function CaptureAsync() As IAsyncAction [C#] public IAsyncAction CaptureAsync(); RemarksThis method is the asynchronous version of the Capture method and is used to support asynchronous operations in WinRT. Please refer to Capture for more information. |
||