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