| FSMTState, TData Properties |
The FSMTState, TData generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Listeners |
Retrieves the support needed to interact with an actor's listeners.
| |
| NextStateData |
Return next state data (available in OnTransition(FSMTState, TDataTransitionHandler) handlers)
| |
| Self |
Gets the self ActorRef
(Inherited from ActorBase.) | |
| Sender |
Gets the sending ActorRef of the current message
(Inherited from ActorBase.) | |
| StateData |
Current state data
| |
| StateName |
Current state name
|