Table of Contents

Interface IRetryableWriteOperation<TResult>

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Represents a retryable write operation.

public interface IRetryableWriteOperation<TResult> : IExecutableInRetryableWriteContext<TResult>

Type Parameters

TResult

The type of the result.

Inherited Members

Properties

WriteConcern

Gets the write concern for the operation.

Methods

ExecuteAttempt(RetryableWriteContext, int, long?, CancellationToken)

Executes the first attempt.

ExecuteAttemptAsync(RetryableWriteContext, int, long?, CancellationToken)

Executes the first attempt.