• Home
Show / Hide Table of Contents

Class HystrixOptions

Inheritance
System.Object
HystrixOptions
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 HystrixOptions

Properties

| Improve this Doc View Source

ConfigurationServiceImplementation

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

JsonConfigurationSourceOptions

Declaration
public HystrixJsonConfigurationSourceOptions JsonConfigurationSourceOptions { get; set; }
Property Value
Type Description
HystrixJsonConfigurationSourceOptions
| Improve this Doc View Source

LocalOptions

Declaration
public HystrixLocalOptions LocalOptions { get; set; }
Property Value
Type Description
HystrixLocalOptions
| Improve this Doc View Source

MetricsStreamPollIntervalInMilliseconds

Declaration
public int MetricsStreamPollIntervalInMilliseconds { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

CreateDefault()

Declaration
public static HystrixOptions CreateDefault()
Returns
Type Description
HystrixOptions
  • Improve this Doc
  • View Source
Back to top Licensed under MIT by Travix International.
Generated by DocFX.