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

A key to represent a HystrixThreadPool for monitoring, metrics publishing, caching and other such uses.
Наследование: HystrixKey
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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