[]
        
(Showing Draft Content)

C1.AdoNet.Json.C1JsonCommand.GetNextResultAsync

GetNextResultAsync Method

GetNextResultAsync(CancellationToken)

Request to get more rows result considering the last executed command.

Declaration
protected override Task<SourceTable> GetNextResultAsync(CancellationToken token)
Protected Overrides Function GetNextResultAsync(token As CancellationToken) As Task(Of SourceTable)
Parameters
Type Name Description
CancellationToken token

The cancellation token to abort the operation at any moment.

Returns
Type Description
Task<SourceTable>
Overrides