StateImplCreateMachineDelegate Delegate |
[Missing <summary> documentation for "T:P.Runtime.StateImpl.CreateMachineDelegate"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public delegate PrtImplMachine CreateMachineDelegate(
StateImpl application,
PrtValue payload
)
Public Delegate Function CreateMachineDelegate (
application As StateImpl,
payload As PrtValue
) As PrtImplMachine
public delegate PrtImplMachine^ CreateMachineDelegate(
StateImpl^ application,
PrtValue^ payload
)
type CreateMachineDelegate =
delegate of
application : StateImpl *
payload : PrtValue -> PrtImplMachine
Parameters
- application
- Type: P.RuntimeStateImpl
- payload
- Type: P.RuntimePrtValue
Return Value
Type:
PrtImplMachineSee Also