• Home
Show / Hide Table of Contents

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 Source

HystrixCommandIdentifier(String, String)

Declaration
public HystrixCommandIdentifier(string groupKey, string commandKey)
Parameters
Type Name Description
System.String groupKey
System.String commandKey

Properties

| Improve this Doc View Source

CommandKey

Declaration
public string CommandKey { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

GroupKey

Declaration
public string GroupKey { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Equals(HystrixCommandIdentifier)

Declaration
public bool Equals(HystrixCommandIdentifier obj)
Parameters
Type Name Description
HystrixCommandIdentifier obj
Returns
Type Description
System.Boolean
| Improve this Doc View Source

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()
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • HystrixCommandIdentifier(String, String)
  • Properties
    • CommandKey
    • GroupKey
  • Methods
    • Equals(HystrixCommandIdentifier)
    • Equals(Object)
    • GetHashCode()
Back to top Licensed under MIT by Travix International.
Generated by DocFX.