Click or drag to resize
GraphStatementSetReadTimeoutMillis 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.1.0
Syntax
C#
public IGraphStatement SetReadTimeoutMillis(
	int timeout
)

Parameters

timeout
Type: SystemInt32
Timeout in milliseconds.

Return Value

Type: IGraphStatement
This instance

Implements

IGraphStatementSetReadTimeoutMillis(Int32)
See Also