Click or drag to resize

QueryOptionsRetryOnTimeout Property

Gets a value that determines if the client should retry when it didn't hear back from a host within ReadTimeoutMillis.

DEPRECATED: Instead, use OnRequestError(IStatement, Configuration, Exception, Int32) to control the behavior when OperationTimedOutException is obtained.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public bool RetryOnTimeout { get; }

Property Value

Type: Boolean
See Also