| IRetryableWriteOperationTResult Interface | 
Namespace: MongoDB.Driver.Core.Operations
 Syntax
Syntaxpublic interface IRetryableWriteOperation<TResult> : IExecutableInRetryableWriteContext<TResult>
The IRetryableWriteOperationTResult type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | WriteConcern | 
            Gets the write concern for the operation.
             | 
 Methods
Methods| 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.
             | 
 See Also
See Also