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
IReadBindingThe binding.
retryRequested
boolif set to
true
the operation can be retried.