Property RetryRequested
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
RetryRequested
Gets a value indicating whether the operation can be retried.
public bool RetryRequested { get; }Property Value
- bool
- trueif the operation can be retried; otherwise,- false.