Interface IExecutableInRetryableReadContext<TResult>
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents an operation (that may or may not be retryable) that can be executed in a retryable read context.
public interface IExecutableInRetryableReadContext<TResult>
Type Parameters
TResult
The type of the result.
Methods
- Execute(RetryableReadContext, CancellationToken)
Executes the first attempt.
- ExecuteAsync(RetryableReadContext, CancellationToken)
Executes the first attempt.