| TimerGraphStageLogicCancelTimer Method |
Cancel timer, ensuring that the
OnTimer(Object) is not subsequently called.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected void CancelTimer(
Object timerKey
)
member CancelTimer :
timerKey : Object -> unit
Parameters
- timerKey
- Type: SystemObject
key of the timer to cancel
See Also