C# Class Elders.Hystrix.NET.Strategy.Metrics.HystrixMetricsPublisherThreadPoolDefault

Inheritance: IHystrixMetricsPublisherThreadPool
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode Description
HystrixMetricsPublisherThreadPoolDefault ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolMetrics metrics, IHystrixThreadPoolProperties properties ) : Elders.Hystrix.NET.ThreadPool
Initialize ( ) : void

Method Details

HystrixMetricsPublisherThreadPoolDefault() public méthode

public HystrixMetricsPublisherThreadPoolDefault ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolMetrics metrics, IHystrixThreadPoolProperties properties ) : Elders.Hystrix.NET.ThreadPool
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
metrics Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolMetrics
properties IHystrixThreadPoolProperties
Résultat Elders.Hystrix.NET.ThreadPool

Initialize() public méthode

public Initialize ( ) : void
Résultat void