| TransitionGuard Property |
Gets the callback method that provides additional conditions
for the transition.
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public StateMachineGuardCallback Guard { get; }
Public ReadOnly Property Guard As StateMachineGuardCallback
Get
public:
property StateMachineGuardCallback^ Guard {
StateMachineGuardCallback^ get ();
}
member Guard : StateMachineGuardCallback with get
Property Value
Type:
StateMachineGuardCallback
A
StateMachineGuardCallback delegate of
null if no additional
conditions are defined.
See Also