Property WriteLock
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; }
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; }