C# Класс Elders.Hystrix.NET.Util.HystrixRollingNumberEventExtensions

Provides helper methods for the HystrixRollingNumberEvent enumeration.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Values IReadOnlyCollection

Открытые методы

Метод Описание
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.

Описание методов

IsCounter() публичный статический Метод

Gets whether the specified event is a Counter type or not.
public static IsCounter ( this rollingNumberEvent ) : bool
rollingNumberEvent this The specified event.
Результат bool

IsMaxUpdater() публичный статический Метод

Gets whether the specified event is a MaxUpdater type or not.
public static IsMaxUpdater ( this rollingNumberEvent ) : bool
rollingNumberEvent this The specified event.
Результат bool

Описание свойств

Values публичное статическое свойство

All possible values of the HystrixRollingNumberEvent enumeration.
public static IReadOnlyCollection Values
Результат IReadOnlyCollection