IRetryableReadOperationTResult Interface |
Namespace: MongoDB.Driver.Core.Operations
public interface IRetryableReadOperation<TResult> : IExecutableInRetryableReadContext<TResult>
The IRetryableReadOperationTResult type exposes the following members.
Name | Description | |
---|---|---|
Execute |
Executes the first attempt.
(Inherited from IExecutableInRetryableReadContextTResult.) | |
ExecuteAsync |
Executes the first attempt.
(Inherited from IExecutableInRetryableReadContextTResult.) | |
ExecuteAttempt |
Executes the first attempt.
| |
ExecuteAttemptAsync |
Executes the first attempt.
|