Class HystrixCommandKeyDefault
Inheritance
System.Object
HystrixCommandKeyDefault
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixCommandKeyDefault : HystrixKeyDefault, IHystrixCommandKey, IHystrixKey
Properties
|
Edit this page
View Source
CommandCount
Declaration
public static int CommandCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Edit this page
View Source
AsKey(String)
Declaration
public static IHystrixCommandKey AsKey(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Implements