Метод | Описание | |
---|---|---|
RestartTimer ( object tickHandle ) : void | ||
RunAsync ( Task>.Func | ||
StartThreadPoolTimer ( Task>.Func | ||
StartTimer ( EventHandler | ||
StopTimer ( object tickHandle ) : void |
public RestartTimer ( object tickHandle ) : void | ||
tickHandle | object | |
Результат | void |
public StartThreadPoolTimer ( Task>.Func | ||
action | Task>.Func | |
timer | System.TimeSpan | |
Результат | void |
public StartTimer ( EventHandler | ||
tickHandler | EventHandler | |
tickSpan | System.TimeSpan | |
uiThread | bool | |
Результат | object |
public StopTimer ( object tickHandle ) : void | ||
tickHandle | object | |
Результат | void |