Click or drag to resize
Akka.NETNoMaterializer.ScheduleRepeatedly Method
N/A

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public ICancelable ScheduleRepeatedly(
	TimeSpan initialDelay,
	TimeSpan interval,
	Action action
)

Parameters

initialDelay
Type: System.TimeSpan
N/A
interval
Type: System.TimeSpan
N/A
action
Type: System.Action
N/A

Return Value

Type: ICancelable
N/A

Implements

IMaterializer.ScheduleRepeatedly(TimeSpan, TimeSpan, Action)
Exceptions
ExceptionCondition
NotSupportedException This exception is automatically thrown since NoMaterializer cannot schedule a repeatable event.
See Also