Click or drag to resize
SchedulerSchedule Method (TimeSpan, TimeSpan, Action, CancellationToken)
Schedules an Action.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Task Schedule(
	TimeSpan initialDelay,
	TimeSpan interval,
	Action action,
	CancellationToken cancellationToken
)

Parameters

initialDelay
Type: SystemTimeSpan
The initial delay.
interval
Type: SystemTimeSpan
The interval.
action
Type: SystemAction
The action.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
Task.
See Also