Click or drag to resize

InMemoryDatasetLock Property

Gets the Lock used to ensure MRSW concurrency on the dataset when available.

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

Property Value

Type: ReaderWriterLockSlim

Implements

IThreadSafeDatasetLock
See Also