| FSMBaseCurrentStateTS Constructor |
Initializes a new instance of the CurrentState
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public CurrentState(
IActorRef fsmRef,
TS state
)
new :
fsmRef : IActorRef *
state : 'TS -> CurrentState
Parameters
- fsmRef
- Type: Akka.ActorIActorRef
TBD - state
- Type: TS
TBD
See Also