Interface IHystrixRequestVariable<T>
Namespace: Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public interface IHystrixRequestVariable<out T>
Type Parameters
Name | Description |
---|---|
T |
Properties
| Edit this page View SourceValue
Declaration
T Value { get; }
Property Value
Type | Description |
---|---|
T |