C# 클래스 System.Net.TimerThread.TimerNode

Internal representation of an individual timer.

상속: System.Threading.Timer
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Cancel bool
Fire bool
TimerNode System.Collections
TimerNode System.Collections

비공개 메소드들

메소드 설명
Cancel ( ) : bool

Cancels the timer. Returns true if it hasn't and won't fire; false if it has or will, or has already been cancelled.

Fire ( ) : bool

Fires the timer if it is still active and has expired. Returns true if it can be deleted, or false if it is still timing.

TimerNode ( ) : System.Collections
TimerNode ( Callback callback, object context, int durationMilliseconds, object queueLock ) : System.Collections