Click or drag to resize
Akka.NETFSMBaseStopEventTS, TD Constructor
Initializes a new instance of the StopEvent

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public StopEvent(
	FSMBaseReason reason,
	TS terminatedState,
	TD stateData
)

Parameters

reason
Type: Akka.ActorFSMBaseReason
TBD
terminatedState
Type: TS
TBD
stateData
Type: TD
TBD
See Also