Table of Contents

Interface IRetryableReadOperation<TResult>

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

Represents a retryable read operation.

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

Type Parameters

TResult

The type of the result.

Inherited Members

Methods

ExecuteAttempt(RetryableReadContext, int, long?, CancellationToken)

Executes the first attempt.

ExecuteAttemptAsync(RetryableReadContext, int, long?, CancellationToken)

Executes the first attempt.