Method BlockingTimer
BlockingTimer(TimeSpan, string, bool?)
This timer waits for callback completion before proceeding to the next tick
Declaration
public static IObservable<long> BlockingTimer(TimeSpan period, string timerName = null, bool? amendPeriod = null)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | period | Tick interval, first tick will occur after offset |
string | timerName | |
bool? | amendPeriod |
Returns
Type | Description |
---|---|
IObservable<long> |