Class HystrixSyncTaskScheduler.ThreadTaskQueue
Inheritance
System.Object
HystrixSyncTaskScheduler.ThreadTaskQueue
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class ThreadTaskQueue : object
Constructors
|
Edit this page
View Source
ThreadTaskQueue()
Declaration
Fields
|
Edit this page
View Source
Signal
Declaration
public ManualResetEventSlim Signal
Field Value
Type |
Description |
ManualResetEventSlim |
|
|
Edit this page
View Source
Task
Declaration
Field Value
|
Edit this page
View Source
ThreadAssigned
Declaration
public bool ThreadAssigned
Field Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ThreadStartTime
Declaration
public long ThreadStartTime
Field Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
WorkerStartTime
Declaration
public long WorkerStartTime
Field Value
Type |
Description |
System.Int64 |
|