'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.