GetNextResultsAsync Method
Retrieves the next set of results (only applicable for iterative searches).
Syntax
[VB.NET] Public Function GetNextResultsAsync() As IAsyncAction
[C#] public IAsyncAction 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 IAsyncAction [C#] public IAsyncAction 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. |
||