StateImplStateTransitionCallbackDelegate Delegate |
[Missing <summary> documentation for "T:P.Runtime.StateImpl.StateTransitionCallbackDelegate"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public delegate void StateTransitionCallbackDelegate(
PrtImplMachine machine,
PrtState from,
PrtState to,
string reason
)
Public Delegate Sub StateTransitionCallbackDelegate (
machine As PrtImplMachine,
from As PrtState,
to As PrtState,
reason As String
)
public delegate void StateTransitionCallbackDelegate(
PrtImplMachine^ machine,
PrtState^ from,
PrtState^ to,
String^ reason
)
type StateTransitionCallbackDelegate =
delegate of
machine : PrtImplMachine *
from : PrtState *
to : PrtState *
reason : string -> unit
Parameters
- machine
- Type: P.RuntimePrtImplMachine
- from
- Type: P.RuntimePrtState
- to
- Type: P.RuntimePrtState
- reason
- Type: SystemString
See Also