C# Class System.Net.TimerThread.TimerNode

Internal representation of an individual timer.

Inheritance: System.Threading.Timer
Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Cancel bool
Fire bool
TimerNode System.Collections
TimerNode System.Collections

Private Methods

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