Class ReentrantLock
Inheritance
System.Object
ReentrantLock
Assembly: Lucene.Net.dll
Syntax
public class ReentrantLock : object
Properties
|
Improve this Doc
View Source
HasQueuedThreads
Declaration
public bool HasQueuedThreads { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QueueLength
Declaration
public int QueueLength { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Lock()
Declaration
|
Improve this Doc
View Source
TryLock()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Unlock()
Declaration