Class ThreadLock
Abstract base class that provides a synchronization interface for derived lock types
Inheritance
System.Object
ThreadLock
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class ThreadLock : object
Properties
Name | Description |
---|---|
MonitorLock | Wrapper class for the Monitor Enter/Exit methods using the ThreadLock interface |
NullLock | A ThreadLock class that actually does no locking Used in ParallelMultiSearcher/MultiSearcher |
Methods
Name | Description |
---|---|
Enter(Object) | |
Exit(Object) |