Method IsRetryable
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
IsRetryable(ConnectionDescription)
Determines whether the request is retryable on a given connection.
public override bool IsRetryable(ConnectionDescription connectionDescription)
Parameters
connectionDescription
ConnectionDescriptionThe connection description.
Returns
- bool
true
if the request is retryable; otherwise,false
.