Click or drag to resize
Akka.NETDedicatedThreadSchedulerInternalScheduleRepeatedly Method

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override void InternalScheduleRepeatedly(
	TimeSpan initialDelay,
	TimeSpan interval,
	Action action,
	ICancelable cancelable
)

Parameters

initialDelay
Type: SystemTimeSpan
N/A
interval
Type: SystemTimeSpan
N/A
action
Type: SystemAction
N/A
cancelable
Type: Akka.ActorICancelable
N/A
See Also