AuthOnlyAsync Method
Initiates an authorization-only request transaction.
Syntax
[VB.NET] Public Function AuthOnlyAsync() As Task
[C#] public Task AuthOnlyAsync();
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AuthOnlyAsync MethodInitiates an authorization-only request transaction. Syntax[VB.NET] Public Function AuthOnlyAsync() As Task [C#] public Task AuthOnlyAsync(); RemarksThis method is the asynchronous version of the AuthOnly method and is used to support asynchronous operations in WinRT. Please refer to AuthOnly for more information. |
||