ForceAsync Method
Used when authorization cannot be obtained online.
Syntax
[VB.NET] Public Function ForceAsync(ByVal VoiceAuthCode As String) As IAsyncAction
[C#] public IAsyncAction ForceAsync(string voiceAuthCode);
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ForceAsync MethodUsed when authorization cannot be obtained online. Syntax[VB.NET] Public Function ForceAsync(ByVal VoiceAuthCode As String) As IAsyncAction [C#] public IAsyncAction ForceAsync(string voiceAuthCode); RemarksThis method is the asynchronous version of the Force method and is used to support asynchronous operations in WinRT. Please refer to Force for more information. |
||