Click or drag to resize
Akka.NETCancelable Constructor (IScheduler, 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(
	IScheduler scheduler,
	TimeSpan delay
)

Parameters

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