Table of Contents

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 ConnectionDescription

The connection description.

Returns

bool

true if the request is retryable; otherwise, false.