AuthorizeAsync Method
Sends an authorization request.
Syntax
[VB.NET] Public Function AuthorizeAsync() As Task
[C#] public Task AuthorizeAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AuthorizeAsync MethodSends an authorization request. 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. |
||