Table of Contents

Constructor RetryableReadContext

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

RetryableReadContext(IReadBinding, bool)

Initializes a new instance of the RetryableReadContext class.

public RetryableReadContext(IReadBinding binding, bool retryRequested)

Parameters

binding IReadBinding

The binding.

retryRequested bool

if set to true the operation can be retried.