Interface ILocker
Namespace: Tenray.ZoneTree.Collections.BTree
Assembly: ZoneTree.dll
Syntax
public interface ILocker
Methods
| Improve this Doc View SourceReadLock()
Declaration
void ReadLock()
ReadUnlock()
Declaration
void ReadUnlock()
TryEnterWriteLock(int)
Declaration
bool TryEnterWriteLock(int millisecondsTimeout)
Parameters
Type | Name | Description |
---|---|---|
int | millisecondsTimeout |
Returns
Type | Description |
---|---|
bool |
WriteLock()
Declaration
void WriteLock()
WriteUnlock()
Declaration
void WriteUnlock()