Click or drag to resize
QueryOptionsSetRetryOnTimeout Method
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.2.0
Syntax
C#
public QueryOptions SetRetryOnTimeout(
	bool retry
)

Parameters

retry
Type: SystemBoolean

Return Value

Type: QueryOptions
See Also