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

Parameters

timerKey
Type: SystemObject
key of the timer to cancel
See Also