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 abstract bool IsRetryable(ConnectionDescription connectionDescription)
Parameters
connectionDescriptionConnectionDescriptionThe connection description.
Returns
- bool
trueif the request is retryable; otherwise,false.