Class NamedLock.Description
- Namespace
- CounterpointCollective.Threading
- Assembly
- CounterpointCollective.Threading.dll
public sealed record NamedLock.Description : IEquatable<NamedLock.Description>
- Inheritance
-
NamedLock.Description
- Implements
-
- Inherited Members
-
Constructors
Description(NamedLock)
public Description(NamedLock namedLock)
Parameters
namedLock NamedLock
Properties
CallerInfo
public CallerInfo CallerInfo { get; }
Property Value
- CallerInfo
DebugInfo
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? DebugInfo { get; }
Property Value
- string
LifeTime
public TimeSpan LifeTime { get; }
Property Value
- TimeSpan