Click or drag to resize

GraphStatementReadTimeoutMillis Property

Gets the ReadTimeout for the statement that, when is different than 0, overrides ReadTimeoutMillis.

Use Infinite to disable timeouts for this Statement.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public int ReadTimeoutMillis { get; }

Property Value

Type: Int32

Implements

IGraphStatementReadTimeoutMillis
See Also