Click or drag to resize

SparqlUpdateEvaluationContextUpdateTimeout Property

Gets the Update Timeout used for the Command Set.

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

Property Value

Type: Int64
Remarks

This is taken either from the Timeout property of the SparqlUpdateCommandSet to which this evaluation context pertains or from the global option Options.UpdateExecutionTimeout. To set the Timeout to be used set whichever of those is appropriate prior to evaluating the updates. If there is a Command Set present then it's timeout takes precedence unless it is set to zero (no timeout) in which case the global timeout setting is applied. You cannot set the Update Timeout to be higher than the global timeout unless the global timeout is set to zero (i.e. no global timeout).

See Also