| TimerGraphStageLogicScheduleRepeatedly Method (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.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected void ScheduleRepeatedly(
Object timerKey,
TimeSpan interval
)
member ScheduleRepeatedly :
timerKey : Object *
interval : TimeSpan -> unit
Parameters
- timerKey
- Type: SystemObject
TBD - interval
- Type: SystemTimeSpan
TBD
See Also