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