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
bindingIReadBindingThe binding.
retryRequestedboolif set to
truethe operation can be retried.