C# 클래스 Exrin.Insights.Timer

상속: System.Threading.CancellationTokenSource
파일 보기 프로젝트 열기: exrin/Exrin

보호된 메소드들

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

비공개 메소드들

메소드 설명
Timer ( Action callback, object state, int millisecondsDueTime, int millisecondsPeriod, bool waitForCallbackBeforeNextPeriod = false ) : System

메소드 상세

Dispose() 보호된 메소드

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