C# Class Elders.Hystrix.NET.Util.HystrixRollingNumberEventExtensions

Provides helper methods for the HystrixRollingNumberEvent enumeration.
Mostrar archivo Open project: Elders/Hystrix.NET

Public Properties

Property Type Description
Values IReadOnlyCollection

Public Methods

Method Description
IsCounter ( this rollingNumberEvent ) : bool

Gets whether the specified event is a Counter type or not.

IsMaxUpdater ( this rollingNumberEvent ) : bool

Gets whether the specified event is a MaxUpdater type or not.

Method Details

IsCounter() public static method

Gets whether the specified event is a Counter type or not.
public static IsCounter ( this rollingNumberEvent ) : bool
rollingNumberEvent this The specified event.
return bool

IsMaxUpdater() public static method

Gets whether the specified event is a MaxUpdater type or not.
public static IsMaxUpdater ( this rollingNumberEvent ) : bool
rollingNumberEvent this The specified event.
return bool

Property Details

Values public_oe static_oe property

All possible values of the HystrixRollingNumberEvent enumeration.
public static IReadOnlyCollection Values
return IReadOnlyCollection