Click or drag to resize

PrtSpecMachinePrtEnqueueEvent Method

[Missing <summary> documentation for "M:P.Runtime.PrtSpecMachine.PrtEnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,P.Runtime.PrtMachine,P.Runtime.PrtMachineValue)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override void PrtEnqueueEvent(
	PrtValue e,
	PrtValue arg,
	PrtMachine source,
	PrtMachineValue target = null
)

Parameters

e
Type: P.RuntimePrtValue

[Missing <param name="e"/> documentation for "M:P.Runtime.PrtSpecMachine.PrtEnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,P.Runtime.PrtMachine,P.Runtime.PrtMachineValue)"]

arg
Type: P.RuntimePrtValue

[Missing <param name="arg"/> documentation for "M:P.Runtime.PrtSpecMachine.PrtEnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,P.Runtime.PrtMachine,P.Runtime.PrtMachineValue)"]

source
Type: P.RuntimePrtMachine

[Missing <param name="source"/> documentation for "M:P.Runtime.PrtSpecMachine.PrtEnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,P.Runtime.PrtMachine,P.Runtime.PrtMachineValue)"]

target (Optional)
Type: P.RuntimePrtMachineValue

[Missing <param name="target"/> documentation for "M:P.Runtime.PrtSpecMachine.PrtEnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,P.Runtime.PrtMachine,P.Runtime.PrtMachineValue)"]

See Also