Click or drag to resize

SparqlEvaluationContextRemainingTimeout Property

Gets the Remaining Timeout i.e. the Timeout taking into account time already elapsed.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public long RemainingTimeout { get; }

Property Value

Type: Int64
Remarks
If there is no timeout then this is always zero, if there is a timeout this is always >= 1 since any operation that wants to respect the timeout must have a non-zero timeout to actually timeout properly.
See Also