Class AbstractCommandBase
Inheritance
System.Object
AbstractCommandBase
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public abstract class AbstractCommandBase : object
Constructors
|
Edit this page
View Source
AbstractCommandBase()
Declaration
protected AbstractCommandBase()
Fields
|
Edit this page
View Source
_executionSemaphorePerCircuit
Declaration
protected static readonly ConcurrentDictionary<string, SemaphoreSlim> _executionSemaphorePerCircuit
Field Value
Type |
Description |
ConcurrentDictionary<System.String, SemaphoreSlim> |
|
|
Edit this page
View Source
_fallbackSemaphorePerCircuit
Declaration
protected static readonly ConcurrentDictionary<string, SemaphoreSlim> _fallbackSemaphorePerCircuit
Field Value
Type |
Description |
ConcurrentDictionary<System.String, SemaphoreSlim> |
|