Click or drag to resize

PageExecute Method (Int32, Object)

[This is preliminary documentation and is subject to change.]

Executes a trigger block containing TriggerCategory.Cause with ID equal to

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public void Execute(
	int[] ids,
	params Object[] args
)

Parameters

ids
Type: SystemInt32
I dunno
args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Monkeyspeak.Page.Execute(System.Int32[],System.Object[])"]

See Also