DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / GetNextResultAsync Method
The cancellation token to abort the operation at any moment.

In This Topic
    GetNextResultAsync Method (C1QuickBooksOnlineCommand)
    In This Topic
    Request to get more rows result considering the last executed command.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function GetNextResultAsync( _
       ByVal token As CancellationToken _
    ) As Task(Of SourceTable)
    protected override Task<SourceTable> GetNextResultAsync( 
       CancellationToken token
    )

    Parameters

    token
    The cancellation token to abort the operation at any moment.
    See Also