Class ThreadInfo
Inheritance
System.Object
ThreadInfo
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class ThreadInfo : object
Properties
|
Edit this page
View Source
BlockedCount
Declaration
public long BlockedCount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
BlockedTime
Declaration
public long BlockedTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
IsInNative
Declaration
public bool IsInNative { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsSuspended
Declaration
public bool IsSuspended { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
LockedMonitors
Declaration
public List<MonitorInfo> LockedMonitors { get; set; }
Property Value
|
Edit this page
View Source
LockedSynchronizers
Declaration
public List<LockInfo> LockedSynchronizers { get; set; }
Property Value
|
Edit this page
View Source
LockInfo
Declaration
public LockInfo LockInfo { get; set; }
Property Value
|
Edit this page
View Source
LockName
Declaration
public string LockName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
LockOwnerId
Declaration
public long LockOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
LockOwnerName
Declaration
public string LockOwnerName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
StackTrace
Declaration
public List<StackTraceElement> StackTrace { get; set; }
Property Value
|
Edit this page
View Source
ThreadId
Declaration
public long ThreadId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
ThreadName
Declaration
public string ThreadName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ThreadState
Declaration
public TState ThreadState { get; set; }
Property Value
|
Edit this page
View Source
WaitedCount
Declaration
public long WaitedCount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
WaitedTime
Declaration
public long WaitedTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|