C# 클래스 Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.Timer.Timer

The timer implementation.
상속: ITimer, IDisposable
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes resources allocated by this type.

ScheduleNextTick ( System.TimeSpan dueTime ) : void

Changes the timer's parameters.

Stop ( ) : void

Stops the timer.

Timer ( TimerCallback callback ) : System

Initializes a new instance of the Timer class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose implementation.

메소드 상세

Dispose() 공개 메소드

Disposes resources allocated by this type.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Dispose implementation.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ScheduleNextTick() 공개 메소드

Changes the timer's parameters.
public ScheduleNextTick ( System.TimeSpan dueTime ) : void
dueTime System.TimeSpan The due time.
리턴 void

Stop() 공개 메소드

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

Timer() 공개 메소드

Initializes a new instance of the Timer class.
public Timer ( TimerCallback callback ) : System
callback TimerCallback The callback.
리턴 System