UpdateAsync Method
Updates the bill in QuickBooks.
Syntax
[VB.NET] Public Function UpdateAsync() As Task
[C#] public Task UpdateAsync();
QuickBooks Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
UpdateAsync MethodUpdates the bill in QuickBooks. Syntax[VB.NET] Public Function UpdateAsync() As Task [C#] public Task 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. |
||