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 SourceHystrixLocalOptions()
Declaration
public HystrixLocalOptions()
Properties
| Improve this Doc View SourceCommandGroups
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 SourceCreateDefault()
Declaration
public static HystrixLocalOptions CreateDefault()
Returns
Type | Description |
---|---|
HystrixLocalOptions |
GetCommandOptions(HystrixCommandIdentifier)
Declaration
public HystrixCommandOptions GetCommandOptions(HystrixCommandIdentifier id)
Parameters
Type | Name | Description |
---|---|---|
HystrixCommandIdentifier | id |
Returns
Type | Description |
---|---|
HystrixCommandOptions |
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 |