Table of Contents

Property WriteLock

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

WriteLock

Take a write-lock on the table, and return the IDisposable. All modifications to the table should occur within a "using (WriteLock) { ... }" clause.

protected IDisposable WriteLock { get; }

Property Value

IDisposable