Table of Contents

Constructor RetryableWriteContext

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

RetryableWriteContext(IWriteBinding, bool)

Initializes a new instance of the RetryableWriteContext class.

public RetryableWriteContext(IWriteBinding binding, bool retryRequested)

Parameters

binding IWriteBinding

The binding.

retryRequested bool

if set to true the operation can be retried.