C# Class System.Threading.TimerBase

Inheritance: System.Runtime.ConstrainedExecution.CriticalFinalizerObject, IDisposable
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
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