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

A reference to the started HystrixTimer so it can be stopped with the Clear() method.
파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 메소드들

메소드 설명
Clear ( ) : void

Stops the timer.

TimerReference ( ITimerListener listener, Timer timer ) : System.Threading

Initializes a new instance of the TimerReference class.

메소드 상세

Clear() 공개 메소드

Stops the timer.
public Clear ( ) : void
리턴 void

TimerReference() 공개 메소드

Initializes a new instance of the TimerReference class.
public TimerReference ( ITimerListener listener, Timer timer ) : System.Threading
listener ITimerListener The listener to call repeatedly.
timer System.Threading.Timer The running background timer.
리턴 System.Threading