Click or drag to resize

SparqlQueryTimeout Property

Gets/Sets the Query Execution Timeout in milliseconds.

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

Property Value

Type: Int64
Remarks

This Timeout (typically) only applies when executing the Query in memory. If you have an instance of this class and pass its string representation (using ToString()) you will lose the timeout information as this is not serialisable in SPARQL syntax.

See Also