Table of Contents

Class AbstractCommand<TResult>.HystrixCompletionSource

Namespace
Steeltoe.CircuitBreaker.Hystrix
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
protected class AbstractCommand<TResult>.HystrixCompletionSource
Inheritance
AbstractCommand<TResult>.HystrixCompletionSource
Inherited Members

Constructors

HystrixCompletionSource(AbstractCommand<TResult>)

public HystrixCompletionSource(AbstractCommand<TResult> cmd)

Parameters

cmd AbstractCommand<TResult>

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

IsCanceled

public bool IsCanceled { get; }

Property Value

bool

IsCompleted

public bool IsCompleted { get; }

Property Value

bool

IsFaulted

public bool IsFaulted { get; }

Property Value

bool

Result

public TResult Result { get; }

Property Value

TResult

Source

public TaskCompletionSource<TResult> Source { get; }

Property Value

TaskCompletionSource<TResult>

Task

public Task<TResult> Task { get; }

Property Value

Task<TResult>