C# Класс System.Net.TimerThread.TimerNode

Internal representation of an individual timer.

Наследование: System.Threading.Timer
Показать файл Открыть проект Примеры использования класса

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