Interface IRetryableReadOperation<TResult>
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents a retryable read operation.
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.