Class AbstractCommand<TResult>.HystrixCompletionSource
Inheritance
System.Object
AbstractCommand<TResult>.HystrixCompletionSource
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
protected class HystrixCompletionSource : object
Constructors
|
Edit this page
View Source
HystrixCompletionSource(AbstractCommand<TResult>)
Declaration
public HystrixCompletionSource(AbstractCommand<TResult> cmd)
Parameters
Properties
|
Edit this page
View Source
Exception
Declaration
public Exception Exception { get; }
Property Value
Type |
Description |
Exception |
|
|
Edit this page
View Source
IsCanceled
Declaration
public bool IsCanceled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsCompleted
Declaration
public bool IsCompleted { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsFaulted
Declaration
public bool IsFaulted { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Result
Declaration
public TResult Result { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public TaskCompletionSource<TResult> Source { get; }
Property Value
Type |
Description |
TaskCompletionSource<TResult> |
|
|
Edit this page
View Source
Task
Declaration
public Task<TResult> Task { get; }
Property Value
Type |
Description |
Task<TResult> |
|