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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
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
See Also