C# 클래스 System.Threading.TimerBase

상속: System.Runtime.ConstrainedExecution.CriticalFinalizerObject, IDisposable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

비공개 메소드들

메소드 설명
AddTimer ( TimerCallback callback, Object state, UInt32 dueTime, UInt32 period, System.Threading.StackCrawlMark &stackMark ) : void
AddTimerNative ( Object state, UInt32 dueTime, UInt32 period, System.Threading.StackCrawlMark &stackMark ) : void
ChangeTimer ( UInt32 dueTime, UInt32 period ) : bool
ChangeTimerNative ( UInt32 dueTime, UInt32 period ) : bool
DeleteTimerNative ( SafeHandle notifyObject ) : bool
Dispose ( WaitHandle notifyObject ) : bool
Dispose ( ) : void