| ICancelableCancelAfter Method (TimeSpan) |
Schedules a cancel operation on this cancelable after the specified delay.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax void CancelAfter(
TimeSpan delay
)
abstract CancelAfter :
delay : TimeSpan -> unit
Parameters
- delay
- Type: SystemTimeSpan
The delay before this instance is canceled.
See Also