Click or drag to resize
Akka.NETTimerGraphStageLogic.ScheduleRepeatedly 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
)

Parameters

timerKey
Type: System.Object
TBD
interval
Type: System.TimeSpan
TBD
See Also