Свойство | Type | Description | |
---|---|---|---|
Instance |
Méthode | Description | |
---|---|---|
Add ( |
Add a new timer.
|
|
ClearResumableTimers ( ) : void |
Clears the ResumableTimers.
|
|
Initialize ( ) : void |
Initializes the class.
|
|
Persist ( ) : void |
Persists the state of the class.
|
|
Remove ( IEnumerable |
Removes the timer elements of the specified collection.
|
|
Remove ( |
Remove an existing timer.
|
Méthode | Description | |
---|---|---|
IsBoundToWindow ( |
Returns a value indicating whether a timer is bound to any TimerWindow.
|
|
TimerManager ( ) : System |
Prevents a default instance of the TimerManager class from being created.
|
public Add ( |
||
timer | A |
|
Résultat | void |
public Remove ( IEnumerable |
||
collection | IEnumerable |
A collection of timers to remove. |
Résultat | void |
public Remove ( |
||
timer | A |
|
Résultat | void |