Click or drag to resize

StateImplAnnounce Method

[Missing <summary> documentation for "M:P.Runtime.StateImpl.Announce(P.Runtime.PrtEventValue,P.Runtime.PrtValue,P.Runtime.PrtMachine)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Announce(
	PrtEventValue ev,
	PrtValue payload,
	PrtMachine parent
)

Parameters

ev
Type: P.RuntimePrtEventValue

[Missing <param name="ev"/> documentation for "M:P.Runtime.StateImpl.Announce(P.Runtime.PrtEventValue,P.Runtime.PrtValue,P.Runtime.PrtMachine)"]

payload
Type: P.RuntimePrtValue

[Missing <param name="payload"/> documentation for "M:P.Runtime.StateImpl.Announce(P.Runtime.PrtEventValue,P.Runtime.PrtValue,P.Runtime.PrtMachine)"]

parent
Type: P.RuntimePrtMachine

[Missing <param name="parent"/> documentation for "M:P.Runtime.StateImpl.Announce(P.Runtime.PrtEventValue,P.Runtime.PrtValue,P.Runtime.PrtMachine)"]

See Also