IRetryableWriteOperation<TResult> Interface |
Namespace: MongoDB.Driver.Core.Operations
public interface IRetryableWriteOperation<TResult> : IExecutableInRetryableWriteContext<TResult>
The IRetryableWriteOperation<TResult> type exposes the following members.
Name | Description | |
---|---|---|
![]() | WriteConcern |
Gets the write concern for the operation.
|
Name | Description | |
---|---|---|
![]() | Execute |
Executes the first attempt.
(Inherited from IExecutableInRetryableWriteContext<TResult>.) |
![]() | ExecuteAsync |
Executes the first attempt.
(Inherited from IExecutableInRetryableWriteContext<TResult>.) |
![]() | ExecuteAttempt |
Executes the first attempt.
|
![]() | ExecuteAttemptAsync |
Executes the first attempt.
|