CancelAsync Method
Cancels (voids) the transaction.
Syntax
[VB.NET] Public Function CancelAsync() As IAsyncAction
[C#] public IAsyncAction CancelAsync();
QuickBooks Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CancelAsync MethodCancels (voids) the transaction. Syntax[VB.NET] Public Function CancelAsync() As IAsyncAction [C#] public IAsyncAction CancelAsync(); RemarksThis method is the asynchronous version of the Cancel method and is used to support asynchronous operations in WinRT. Please refer to Cancel for more information. |
||