Method ExecuteAsync
ExecuteAsync(CancellationToken)
Executes the query.
Task<EagerResult<IReadOnlyList<TOut>>> ExecuteAsync(CancellationToken token = default)
Parameters
token
CancellationTokenA cancellation token that can be used to cancel the operation.
Returns
- Task<EagerResult<IReadOnlyList<TOut>>>
An EagerResult<T>That contains the result of the query and information about the execution.