Click or drag to resize
Akka.NETTimerGraphStageLogicOnTimer 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.42 (1.2.3.42)
Syntax
protected abstract void OnTimer(
	Object timerKey
)

Parameters

timerKey
Type: SystemObject
TBD
See Also