| Cancelable 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
)
new :
scheduler : IActionScheduler *
delay : TimeSpan -> Cancelable
Parameters
- scheduler
- Type: Akka.ActorIActionScheduler
The scheduler. - delay
- Type: SystemTimeSpan
The delay before the cancelable is canceled.
See Also