Click or drag to resize

PrtEventBufferEnqueueEvent Method

[Missing <summary> documentation for "M:P.Runtime.PrtEventBuffer.EnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,System.String,System.String)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void EnqueueEvent(
	PrtValue e,
	PrtValue arg,
	string senderMachineName,
	string senderMachineStateName
)

Parameters

e
Type: P.RuntimePrtValue

[Missing <param name="e"/> documentation for "M:P.Runtime.PrtEventBuffer.EnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,System.String,System.String)"]

arg
Type: P.RuntimePrtValue

[Missing <param name="arg"/> documentation for "M:P.Runtime.PrtEventBuffer.EnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,System.String,System.String)"]

senderMachineName
Type: SystemString

[Missing <param name="senderMachineName"/> documentation for "M:P.Runtime.PrtEventBuffer.EnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,System.String,System.String)"]

senderMachineStateName
Type: SystemString

[Missing <param name="senderMachineStateName"/> documentation for "M:P.Runtime.PrtEventBuffer.EnqueueEvent(P.Runtime.PrtValue,P.Runtime.PrtValue,System.String,System.String)"]

See Also