Class MonitorInfo
- Namespace
- Steeltoe.Management.Endpoint.ThreadDump
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class MonitorInfo : LockInfo
- Inheritance
-
MonitorInfo
- Inherited Members
Properties
LockedStackDepth
[JsonPropertyName("lockedStackDepth")]
public int LockedStackDepth { get; set; }
Property Value
LockedStackFrame
[JsonPropertyName("lockedStackFrame")]
public StackTraceElement LockedStackFrame { get; set; }