GetNextResultsAsync Method
Retrieves the next set of results (only applicable for iterative searches).
Syntax
[VB.NET] Public Function GetNextResultsAsync() As Task
[C#] public Task GetNextResultsAsync();
QuickBooks Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetNextResultsAsync MethodRetrieves the next set of results (only applicable for iterative searches). Syntax[VB.NET] Public Function GetNextResultsAsync() As Task [C#] public Task GetNextResultsAsync(); RemarksThis method is the asynchronous version of the GetNextResults method and is used to support asynchronous operations in WinRT. Please refer to GetNextResults for more information. |
||