StateTransitionMethodInfoAutomaticStateTransitionTriggerMethod Delegate |
State automatic state transition conditions evaluation method delegate declaration. See the actual methods for information on the parameters.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected delegate bool AutomaticStateTransitionTriggerMethod(
StateTransitionEnvironment environment,
out int nextState
)
Protected Delegate Function AutomaticStateTransitionTriggerMethod (
environment As StateTransitionEnvironment,
<OutAttribute> ByRef nextState As Integer
) As Boolean
protected delegate bool AutomaticStateTransitionTriggerMethod(
StateTransitionEnvironment^ environment,
[OutAttribute] int% nextState
)
Parameters
- environment
- Type: MFiles.VAF.CommonStateTransitionEnvironment
- nextState
- Type: SystemInt32
Return Value
Type:
Boolean
See Also