Table of Contents

Class HystrixKeyDefault

Namespace
Steeltoe.CircuitBreaker.Hystrix
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public abstract class HystrixKeyDefault : IHystrixKey
Inheritance
HystrixKeyDefault
Implements
Derived
Inherited Members

Constructors

HystrixKeyDefault(string)

public HystrixKeyDefault(string name)

Parameters

name string

Properties

Name

public string Name { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.