Click or drag to resize

OptionsUpdateExecutionTimeout Property

Gets/Sets the Hard Timeout limit for SPARQL Update Execution (in milliseconds).

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

Property Value

Type: Int64
Remarks
This is used to stop SPARQL Updates running away and never completing execution, it defaults to 3 mins (180,000 milliseconds).
See Also