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

A key to represent a HystrixThreadPool for monitoring, metrics publishing, caching and other such uses.
Inheritance: HystrixKey
Mostrar archivo Open project: Elders/Hystrix.NET Class Usage Examples

Public Methods

Method Description
FromString ( string name ) : HystrixThreadPoolKey

Converts a string to a HystrixThreadPoolKey object.

HystrixThreadPoolKey ( string name ) : System

Initializes a new instance of the HystrixThreadPoolKey class.

Method Details

FromString() public static method

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

HystrixThreadPoolKey() public method

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