Table of Contents

Property ReadLock

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

ReadLock

Take a read-lock on the table, and return the IDisposable. Queries to the table should occur within a "using (ReadLock) { ... }" clause, except for queries that are already within a write lock.

protected IDisposable ReadLock { get; }

Property Value

IDisposable