Click or drag to resize

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
)

Parameters

application
Type: P.RuntimeStateImpl
payload
Type: P.RuntimePrtValue

Return Value

Type: PrtImplMachine
See Also