Table of Contents

Method ExecuteAsync

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

ExecuteAsync(CancellationToken)

Executes the query.

Task<EagerResult<IReadOnlyList<TOut>>> ExecuteAsync(CancellationToken token = default)

Parameters

token CancellationToken

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