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