| Cancelable 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
)
new :
scheduler : IScheduler *
millisecondsDelay : int -> Cancelable
Parameters
- scheduler
- Type: Akka.ActorIScheduler
The scheduler. - millisecondsDelay
- Type: SystemInt32
The delay in milliseconds.
See Also