C# 클래스 Elders.Hystrix.NET.Util.HystrixTimer

Provides timers to repeatedly call ITimerListener implementations.
파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 프로퍼티들

프로퍼티 타입 설명
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