Click or drag to resize
Akka.NETCancelable Constructor (IActionScheduler, TimeSpan)
Initializes a new instance of the Cancelable class that will be cancelled after the specified amount of time.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Cancelable(
	IActionScheduler scheduler,
	TimeSpan delay
)

Parameters

scheduler
Type: Akka.ActorIActionScheduler
The scheduler.
delay
Type: SystemTimeSpan
The delay before the cancelable is canceled.
See Also