| TimerGraphStageLogicOnTimer Method |
Will be called when the scheduled timer is triggered.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected abstract void OnTimer(
Object timerKey
)
abstract OnTimer :
timerKey : Object -> unit
Parameters
- timerKey
- Type: SystemObject
TBD
See Also