GetAsync Method
Gets a single record from QuickBooks.
Syntax
[VB.NET] Public Function GetAsync(ByVal Id As String) As Task
[C#] public Task GetAsync(string id);
QuickBooks Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetAsync MethodGets a single record from QuickBooks. Syntax[VB.NET] Public Function GetAsync(ByVal Id As String) As Task [C#] public Task GetAsync(string id); RemarksThis method is the asynchronous version of the Get method and is used to support asynchronous operations in WinRT. Please refer to Get for more information. |
||