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