SparqlUpdateEvaluationContextRemainingTimeout Property |
Gets the Remaining Timeout i.e. the Timeout taking into account time already elapsed.
Namespace:
VDS.RDF.Update
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public long RemainingTimeout { get; }
Public ReadOnly Property RemainingTimeout As Long
Get
Property Value
Type:
Int64Remarks
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