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