C# Class Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesDefault

Default implementation of IHystrixThreadPoolProperties using default IHystrixProperty implementation initialized from the values of a HystrixThreadPoolPropertiesSetter.
Inheritance: IHystrixThreadPoolProperties
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode Description
HystrixThreadPoolPropertiesDefault ( HystrixThreadPoolPropertiesSetter setter ) : System

Initializes a new instance of the HystrixThreadPoolPropertiesDefault class.

Method Details

HystrixThreadPoolPropertiesDefault() public méthode

Initializes a new instance of the HystrixThreadPoolPropertiesDefault class.
public HystrixThreadPoolPropertiesDefault ( HystrixThreadPoolPropertiesSetter setter ) : System
setter HystrixThreadPoolPropertiesSetter The property value provider.
Résultat System