Table of Contents

Interface IReadOperation<TResult>

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Represents a database read operation.

[Obsolete("This interface will be made internal in a later release.")]
public interface IReadOperation<TResult>

Type Parameters

TResult

The type of the result.

Extension Methods

Methods

Execute(IReadBinding, CancellationToken)

Executes the operation.

ExecuteAsync(IReadBinding, CancellationToken)

Executes the operation.