Click or drag to resize

SendAction Constructor

Initializes a new instance of the SendAction class

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SendAction(
	Tuple<string, int> t,
	string e,
	PrtValue v
)

Parameters

t
Type: SystemTupleString, Int32

[Missing <param name="t"/> documentation for "M:P.Runtime.SendAction.#ctor(System.Tuple{System.String,System.Int32},System.String,P.Runtime.PrtValue)"]

e
Type: SystemString

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

v
Type: P.RuntimePrtValue

[Missing <param name="v"/> documentation for "M:P.Runtime.SendAction.#ctor(System.Tuple{System.String,System.Int32},System.String,P.Runtime.PrtValue)"]

See Also