Click or drag to resize
Akka.NETFSMTState, TData Properties

The FSMTState, TData generic type exposes the following members.

Properties
  NameDescription
Public propertyListeners
Retrieves the support needed to interact with an actor's listeners.
Public propertyNextStateData
Protected propertySelf
Gets the self ActorRef
(Inherited from ActorBase.)
Protected propertySender
Gets the sending ActorRef of the current message
(Inherited from ActorBase.)
Public propertyStateData
Current state data
Public propertyStateName
Current state name
Top
See Also