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