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

Provides helper methods for the HystrixRollingNumberEvent enumeration.
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Свойство Type Description
Values IReadOnlyCollection

Méthodes publiques

Méthode 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 méthode

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

IsMaxUpdater() public static méthode

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

Property Details

Values public_oe static_oe property

All possible values of the HystrixRollingNumberEvent enumeration.
public static IReadOnlyCollection Values
Résultat IReadOnlyCollection