Class ThreadInfo
Inheritance
System.Object
ThreadInfo
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed 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 IList<object>? LockedMonitors { get; }
Property Value
Type |
Description |
System.Nullable<IList<System.Object>> |
|
|
Edit this page
View Source
LockedSynchronizers
Declaration
public IList<object>? LockedSynchronizers { get; }
Property Value
Type |
Description |
System.Nullable<IList<System.Object>> |
|
|
Edit this page
View Source
LockInfo
Declaration
public object? LockInfo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Object> |
|
|
Edit this page
View Source
LockName
Declaration
public string? LockName { get; set; }
Property Value
Type |
Description |
System.Nullable<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.Nullable<System.String> |
|
|
Edit this page
View Source
StackTrace
Declaration
public IList<StackTraceElement> StackTrace { get; }
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.Nullable<System.String> |
|
|
Edit this page
View Source
ThreadState
Declaration
public State 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 |
|