Class ExecutionSignature
Inheritance
System.Object
ExecutionSignature
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class ExecutionSignature : object
Properties
|
Edit this page
View Source
CachedCount
Declaration
public int CachedCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CollapserBatchSize
Declaration
public int CollapserBatchSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
CollapserKey
Declaration
public IHystrixCollapserKey CollapserKey { get; }
Property Value
|
Edit this page
View Source
CommandName
Declaration
public string CommandName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Eventcounts
Declaration
public ExecutionResult.EventCounts Eventcounts { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
From(IHystrixInvokableInfo)
Declaration
public static ExecutionSignature From(IHystrixInvokableInfo execution)
Parameters
Returns
|
Edit this page
View Source
From(IHystrixInvokableInfo, String, Int32)
Declaration
public static ExecutionSignature From(IHystrixInvokableInfo execution, string cacheKey, int cachedCount)
Parameters
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|