CaptureAsync Method
Sends a capture transaction to the PaymenTech Server.
Syntax
[VB.NET] Public Function CaptureAsync(ByVal ApprovalCode As String) As Task
[C#] public Task CaptureAsync(string approvalCode);
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CaptureAsync MethodSends a capture transaction to the PaymenTech Server. Syntax[VB.NET] Public Function CaptureAsync(ByVal ApprovalCode As String) As Task [C#] public Task CaptureAsync(string approvalCode); 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. |
||