Click or drag to resize
StatementSetReadTimeoutMillis Method
Overrides the default per-host read timeout ReadTimeoutMillis for this statement.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public IStatement SetReadTimeoutMillis(
	int timeout
)

Parameters

timeout
Type: SystemInt32
Timeout in milliseconds. If the value is not greater than zero, the default value from the socket options will be used.

Return Value

Type: IStatement

Implements

IStatementSetReadTimeoutMillis(Int32)
See Also