Interface IHystrixTaskScheduler
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public interface IHystrixTaskScheduler
Properties
|
Edit this page
View Source
CorePoolSize
Declaration
int CorePoolSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CurrentActiveCount
Declaration
int CurrentActiveCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CurrentCompletedTaskCount
Declaration
int CurrentCompletedTaskCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CurrentCorePoolSize
Declaration
int CurrentCorePoolSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CurrentLargestPoolSize
Declaration
int CurrentLargestPoolSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CurrentMaximumPoolSize
Declaration
int CurrentMaximumPoolSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CurrentPoolSize
Declaration
int CurrentPoolSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CurrentQueueSize
Declaration
int CurrentQueueSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CurrentTaskCount
Declaration
int CurrentTaskCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
IsQueueSpaceAvailable
Declaration
bool IsQueueSpaceAvailable { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsShutdown
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
KeepAliveTime
Declaration
TimeSpan KeepAliveTime { get; set; }
Property Value
Type |
Description |
TimeSpan |
|
|
Edit this page
View Source
MaximumPoolSize
Declaration
int MaximumPoolSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|