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

In This Topic
    GetNextResultAsync Method (C1CommandBase)
    In This Topic
    Requests more rows from the result of the last executed command.
    Syntax
    'Declaration
     
    Protected MustOverride Function GetNextResultAsync( _
       ByVal token As CancellationToken _
    ) As Task(Of SourceTable)
    protected abstract Task<SourceTable> GetNextResultAsync( 
       CancellationToken token
    )

    Parameters

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