Click or drag to resize
QueryOptionsSetRetryOnTimeout Method
Determines if the client should retry when it didn't hear back from a host within ReadTimeoutMillis.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public QueryOptions SetRetryOnTimeout(
	bool retry
)

Parameters

retry
Type: SystemBoolean

Return Value

Type: QueryOptions
See Also