Click or drag to resize

UpdateRequestIsRetryable Method

Determines whether the request is retryable on a given connection.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public override bool IsRetryable(
	ConnectionDescription connectionDescription
)

Parameters

connectionDescription
Type: MongoDB.Driver.Core.ConnectionsConnectionDescription
The connection description.

Return Value

Type: Boolean
true if the request is retryable; otherwise, false.
See Also