Method | Description | |
---|---|---|
AsynchronousRegularTimer ( ITimerThreadPoolExecuter threadPoolExecuter, IAsynchronousDelay taskDelay, System.TimeSpan interval, bool delayOnExecute ) : System | ||
ExecuteAsync ( Action |
public AsynchronousRegularTimer ( ITimerThreadPoolExecuter threadPoolExecuter, IAsynchronousDelay taskDelay, System.TimeSpan interval, bool delayOnExecute ) : System | ||
threadPoolExecuter | ITimerThreadPoolExecuter | |
taskDelay | IAsynchronousDelay | |
interval | System.TimeSpan | |
delayOnExecute | bool | |
return | System |
public ExecuteAsync ( Action |
||
action | Action |
|
cancellationToken | ||
shutdownAction | System.Action | |
return | Task |