Class HystrixCommandIdentifier
Inheritance
System.Object
HystrixCommandIdentifier
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Hystrix.Dotnet
Assembly: Hystrix.Dotnet.dll
Syntax
public class HystrixCommandIdentifier
Constructors
| Improve this Doc View SourceHystrixCommandIdentifier(String, String)
Declaration
public HystrixCommandIdentifier(string groupKey, string commandKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | groupKey | |
System.String | commandKey |
Properties
| Improve this Doc View SourceCommandKey
Declaration
public string CommandKey { get; }
Property Value
Type | Description |
---|---|
System.String |
GroupKey
Declaration
public string GroupKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(HystrixCommandIdentifier)
Declaration
public bool Equals(HystrixCommandIdentifier obj)
Parameters
Type | Name | Description |
---|---|---|
HystrixCommandIdentifier | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()