Свойство | Тип | Описание | |
---|---|---|---|
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 |