Click or drag to resize

IThreadSafeDatasetLock Property

Gets the Lock used to ensure MRSW concurrency of the Dataset when used with the Leviathan SPARQL processors.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
ReaderWriterLockSlim Lock { get; }

Property Value

Type: ReaderWriterLockSlim
See Also