Click or drag to resize
StaMaStateMachineSetContext Method
Sets the context in case it is not available before construction of the StateMachine instance.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
protected void SetContext(
	Object context
)

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