C# 클래스 Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesDefault

Default implementation of IHystrixThreadPoolProperties using default IHystrixProperty implementation initialized from the values of a HystrixThreadPoolPropertiesSetter.
상속: IHystrixThreadPoolProperties
파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 메소드들

메소드 설명
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