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
- bindingIWriteBinding
- The binding. 
- retryRequestedbool
- if set to - truethe operation can be retried.