Class NamedLock
Class that implements locking with timeout and logging of locked threads Logging is enabled only in debug configuration due to huge performance input
Inherited Members
Namespace: PoeShared.Services
Assembly: PoeShared.dll
Syntax
public sealed class NamedLock
Constructors
Name | Description |
---|---|
NamedLock(string) |
Properties
Name | Description |
---|---|
EnableLogging | |
Gate | |
IsEntered | |
RecordStackTraces |
Methods
Name | Description |
---|---|
Enter() | |
Enter(TimeSpan) | |
ToString() |