Click or drag to resize
GraphOptionsSetReadTimeoutMillis Method
Sets the default per-host read timeout in milliseconds for all graph queries.

When setting a value of less than or equals to zero (Infinite), it will use an infinite timeout.

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

Parameters

timeout
Type: SystemInt32

Return Value

Type: GraphOptions
See Also