TimerGraphStageLogicScheduleRepeatedly Method |
Name | Description | |
---|---|---|
ScheduleRepeatedly(Object, TimeSpan) |
Schedule timer to call OnTimer(Object) periodically with the given interval after the specified
initial delay.
Any existing timer with the same key will automatically be canceled before
adding the new timer.
| |
ScheduleRepeatedly(Object, TimeSpan, TimeSpan) |
Schedule timer to call OnTimer(Object) periodically with the given interval after the specified
initial delay.
Any existing timer with the same key will automatically be canceled before
adding the new timer.
|