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

The default production implementation of IHystrixThreadPool.
Наследование: IHystrixThreadPool
Показать файл Открыть проект

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

Метод Описание
HystrixThreadPoolDefault ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : Java.Util.Concurrent

Initializes a new instance of the HystrixThreadPoolDefault class.

MarkThreadCompletion ( ) : void
MarkThreadExecution ( ) : void

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

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

Initializes a new instance of the HystrixThreadPoolDefault class.
public HystrixThreadPoolDefault ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : Java.Util.Concurrent
threadPoolKey HystrixThreadPoolKey The key of this thread pool.
setter HystrixThreadPoolPropertiesSetter The default properties of this thread pool.
Результат Java.Util.Concurrent

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

public MarkThreadCompletion ( ) : void
Результат void

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

public MarkThreadExecution ( ) : void
Результат void