Class HystrixKeyDefault
Inheritance
System.Object
HystrixKeyDefault
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public abstract class HystrixKeyDefault : object, IHystrixKey
Constructors
|
Edit this page
View Source
HystrixKeyDefault(String)
Declaration
public HystrixKeyDefault(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements