| StateMachineSetContext Method |
Sets the context in case it is not available before construction of the
StateMachine
instance.
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax protected void SetContext(
Object context
)
Protected Sub SetContext (
context As Object
)
protected:
void SetContext(
Object^ context
)
member SetContext :
context : Object -> unit
Parameters
- context
- Type: SystemObject
A Object instance that may be used to provide additional context information
within an action or guard condition given through StateMachineActionCallback and StateMachineGuardCallback.
See Also