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

A key to represent a HystrixThreadPool for monitoring, metrics publishing, caching and other such uses.
상속: HystrixKey
파일 보기 프로젝트 열기: Elders/Hystrix.NET 1 사용 예제들

공개 메소드들

메소드 설명
FromString ( string name ) : HystrixThreadPoolKey

Converts a string to a HystrixThreadPoolKey object.

HystrixThreadPoolKey ( string name ) : System

Initializes a new instance of the HystrixThreadPoolKey class.

메소드 상세

FromString() 공개 정적인 메소드

Converts a string to a HystrixThreadPoolKey object.
public static FromString ( string name ) : HystrixThreadPoolKey
name string The name of the thread pool key.
리턴 HystrixThreadPoolKey

HystrixThreadPoolKey() 공개 메소드

Initializes a new instance of the HystrixThreadPoolKey class.
public HystrixThreadPoolKey ( string name ) : System
name string The name of the thread pool key.
리턴 System