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

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

Public Methods

Method Description
HystrixThreadPoolPropertiesDefault ( HystrixThreadPoolPropertiesSetter setter ) : System

Initializes a new instance of the HystrixThreadPoolPropertiesDefault class.

Method Details

HystrixThreadPoolPropertiesDefault() public method

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