Click or drag to resize
Akka.NETNoMaterializerScheduleRepeatedly Method
N/A

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

Parameters

initialDelay
Type: SystemTimeSpan
N/A
interval
Type: SystemTimeSpan
N/A
action
Type: SystemAction
N/A

Return Value

Type: ICancelable
N/A

Implements

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