Class HystrixCachedTask<T>
Inheritance
System.Object
HystrixCachedTask<T>
Namespace: Steeltoe.CircuitBreaker.Hystrix
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixCachedTask<T> : object
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Edit this page View SourceHystrixCachedTask()
Declaration
public HystrixCachedTask()
Properties
| Edit this page View SourceCachedTask
Declaration
public Task<T> CachedTask { get; set; }
Property Value
Type | Description |
---|---|
Task<T> |