Click or drag to resize
Akka.NETDedicatedThreadSchedulerInternalScheduleTellRepeatedly Method

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override void InternalScheduleTellRepeatedly(
	TimeSpan initialDelay,
	TimeSpan interval,
	ICanTell receiver,
	Object message,
	IActorRef sender,
	ICancelable cancelable
)

Parameters

initialDelay
Type: SystemTimeSpan
N/A
interval
Type: SystemTimeSpan
N/A
receiver
Type: Akka.ActorICanTell
N/A
message
Type: SystemObject
N/A
sender
Type: Akka.ActorIActorRef
N/A
cancelable
Type: Akka.ActorICancelable
N/A
See Also