C# Класс Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesDefault

Default implementation of IHystrixThreadPoolProperties using default IHystrixProperty implementation initialized from the values of a HystrixThreadPoolPropertiesSetter.
Наследование: IHystrixThreadPoolProperties
Показать файл Открыть проект

Открытые методы

Метод Описание
HystrixThreadPoolPropertiesDefault ( HystrixThreadPoolPropertiesSetter setter ) : System

Initializes a new instance of the HystrixThreadPoolPropertiesDefault class.

Описание методов

HystrixThreadPoolPropertiesDefault() публичный Метод

Initializes a new instance of the HystrixThreadPoolPropertiesDefault class.
public HystrixThreadPoolPropertiesDefault ( HystrixThreadPoolPropertiesSetter setter ) : System
setter HystrixThreadPoolPropertiesSetter The property value provider.
Результат System