Click or drag to resize
Akka.NETFSMBaseCurrentStateTS Constructor
Initializes a new instance of the CurrentState

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public CurrentState(
	IActorRef fsmRef,
	TS state
)

Parameters

fsmRef
Type: Akka.ActorIActorRef
TBD
state
Type: TS
TBD
See Also