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

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Cancelable(
	IScheduler scheduler,
	int millisecondsDelay
)

Parameters

scheduler
Type: Akka.ActorIScheduler
The scheduler.
millisecondsDelay
Type: SystemInt32
The delay in milliseconds.
See Also