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

The default production implementation of IHystrixThreadPool.
Inheritance: IHystrixThreadPool
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode Description
HystrixThreadPoolDefault ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : Java.Util.Concurrent

Initializes a new instance of the HystrixThreadPoolDefault class.

MarkThreadCompletion ( ) : void
MarkThreadExecution ( ) : void

Method Details

HystrixThreadPoolDefault() public méthode

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.
Résultat Java.Util.Concurrent

MarkThreadCompletion() public méthode

public MarkThreadCompletion ( ) : void
Résultat void

MarkThreadExecution() public méthode

public MarkThreadExecution ( ) : void
Résultat void