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

Provides timers to repeatedly call ITimerListener implementations.
Показать файл Открыть проект

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

Свойство Тип Описание
Instance HystrixTimer

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

Метод Описание
AddTimerListener ( ITimerListener listener ) : TimerReference

Add a ITimerListener that will be executed until it is garbage collected or removed by clearing the returned TimerReference. NOTE: It is the responsibility of code that adds a listener via this method to clear this listener when completed.

Приватные методы

Метод Описание
HystrixTimer ( ) : Logging

Prevents a default instance of the HystrixTimer class from being created.

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

AddTimerListener() публичный Метод

Add a ITimerListener that will be executed until it is garbage collected or removed by clearing the returned TimerReference. NOTE: It is the responsibility of code that adds a listener via this method to clear this listener when completed.
public AddTimerListener ( ITimerListener listener ) : TimerReference
listener ITimerListener ITimerListener implementation that will be triggered according to its method implementation.
Результат TimerReference

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

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

The singleton instance of this type.
public static HystrixTimer,Elders.Hystrix.NET.Util Instance
Результат HystrixTimer