Click or drag to resize
StaMaStateMachineSendTriggerEvent Method
Overload List
  NameDescription
Public methodSendTriggerEvent(Object)
Enqueues a trigger event and starts processing the state machine, if not already inside a processing. As a result a transition may be executed by invoking exit actions, changing the active state and invoking entry actions.
Public methodSendTriggerEvent(Object, EventArgs)
Enqueues a trigger event together with additional parameters and starts processing the state machine, if not already inside a processing. As a result a transition may be executed by invoking exit actions, changing the active state and invoking entry actions.
Top
See Also