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