• Home
Show / Hide Table of Contents

Class HystrixLocalOptions

Inheritance
System.Object
HystrixLocalOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
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 HystrixLocalOptions

Constructors

| Improve this Doc View Source

HystrixLocalOptions()

Declaration
public HystrixLocalOptions()

Properties

| Improve this Doc View Source

CommandGroups

Declaration
public Dictionary<string, Dictionary<string, HystrixCommandOptions>> CommandGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, HystrixCommandOptions>>

Methods

| Improve this Doc View Source

CreateDefault()

Declaration
public static HystrixLocalOptions CreateDefault()
Returns
Type Description
HystrixLocalOptions
| Improve this Doc View Source

GetCommandOptions(HystrixCommandIdentifier)

Declaration
public HystrixCommandOptions GetCommandOptions(HystrixCommandIdentifier id)
Parameters
Type Name Description
HystrixCommandIdentifier id
Returns
Type Description
HystrixCommandOptions
| Improve this Doc View Source

GetCommandOptions(String, String)

Declaration
public HystrixCommandOptions GetCommandOptions(string groupKey, string commandKey)
Parameters
Type Name Description
System.String groupKey
System.String commandKey
Returns
Type Description
HystrixCommandOptions
  • Improve this Doc
  • View Source
Back to top Licensed under MIT by Travix International.
Generated by DocFX.