Click or drag to resize

PrtEventNode Constructor

Initializes a new instance of the PrtEventNode class

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

Parameters

e
Type: P.RuntimePrtValue

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

payload
Type: P.RuntimePrtValue

[Missing <param name="payload"/> documentation for "M:P.Runtime.PrtEventNode.#ctor(P.Runtime.PrtValue,P.Runtime.PrtValue,System.String,System.String)"]

senderMachineName
Type: SystemString

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

senderMachineStateName
Type: SystemString

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

See Also