Click or drag to resize
IGraphStatementSetReadTimeoutMillis Method
Sets the per-host read timeout in milliseconds for this statement.

Use Infinite to disable timeouts for this Statement.

Use zero to use the default value specified in the ReadTimeoutMillis.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
IGraphStatement SetReadTimeoutMillis(
	int timeout
)

Parameters

timeout
Type: SystemInt32
Timeout in milliseconds.

Return Value

Type: IGraphStatement
This instance
See Also