Class HystrixCommandExecutionStarted
Inheritance
System.Object
HystrixCommandExecutionStarted
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixCommandExecutionStarted : HystrixCommandEvent, IHystrixEvent
Constructors
|
Edit this page
View Source
HystrixCommandExecutionStarted(IHystrixCommandKey, IHystrixThreadPoolKey, ExecutionIsolationStrategy, Int32)
Declaration
public HystrixCommandExecutionStarted(IHystrixCommandKey commandKey, IHystrixThreadPoolKey threadPoolKey, ExecutionIsolationStrategy isolationStrategy, int currentConcurrency)
Parameters
Properties
|
Edit this page
View Source
CurrentConcurrency
Declaration
public int CurrentConcurrency { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
DidCommandExecute
Declaration
public override bool DidCommandExecute { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
IsCommandCompletion
Declaration
public override bool IsCommandCompletion { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
IsExecutedInThread
Declaration
public override bool IsExecutedInThread { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
IsExecutionStart
Declaration
public override bool IsExecutionStart { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
IsResponseThreadPoolRejected
Declaration
public override bool IsResponseThreadPoolRejected { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Implements