Interface IHystrixTaskScheduler
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public interface IHystrixTaskScheduler : IDisposable
- Inherited Members
Properties
CorePoolSize
int CorePoolSize { get; set; }
Property Value
CurrentActiveCount
int CurrentActiveCount { get; }
Property Value
CurrentCompletedTaskCount
int CurrentCompletedTaskCount { get; }
Property Value
CurrentCorePoolSize
int CurrentCorePoolSize { get; }
Property Value
CurrentLargestPoolSize
int CurrentLargestPoolSize { get; }
Property Value
CurrentMaximumPoolSize
int CurrentMaximumPoolSize { get; }
Property Value
CurrentPoolSize
int CurrentPoolSize { get; }
Property Value
CurrentQueueSize
int CurrentQueueSize { get; }
Property Value
CurrentTaskCount
int CurrentTaskCount { get; }
Property Value
IsQueueSpaceAvailable
bool IsQueueSpaceAvailable { get; }
Property Value
IsShutdown
bool IsShutdown { get; }
Property Value
KeepAliveTime
TimeSpan KeepAliveTime { get; set; }
Property Value
MaximumPoolSize
int MaximumPoolSize { get; set; }