InterruptAsync Method
Interrupts the current action.
Syntax
[VB.NET] Public Function InterruptAsync() As IAsyncAction
[C#] public IAsyncAction InterruptAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
InterruptAsync MethodInterrupts the current action. Syntax[VB.NET] Public Function InterruptAsync() As IAsyncAction [C#] public IAsyncAction InterruptAsync(); RemarksThis method is the asynchronous version of the Interrupt method and is used to support asynchronous operations in WinRT. Please refer to Interrupt for more information. |
||