Click or drag to resize
FSMTState, TDataCancelTimer Method
Cancel a named Timer, ensuring that the message is not subsequently delivered (no race.)

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void CancelTimer(
	string name
)

Parameters

name
Type: SystemString
The name of the timer to cancel.
See Also