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

In This Topic
    GetNextResultAsync Method (C1GoogleAnalyticsCommand)
    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