  | PageExecute Method (Int32, Object) | 
 [This is preliminary documentation and is subject to change.]
             Executes a trigger block containing TriggerCategory.Cause with ID equal to id
 
    Namespace: 
   Monkeyspeak
    Assembly:
   Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic void Execute(
	int id = 0,
	params Object[] args
)
Public Sub Execute ( 
	Optional id As Integer = 0,
	ParamArray args As Object()
)
public:
void Execute(
	int id = 0, 
	... array<Object^>^ args
)
member Execute : 
        ?id : int * 
        args : Object[] 
(* Defaults:
        let _id = defaultArg id 0
*)
-> unit 
Parameters
- id (Optional)
 - Type: SystemInt32
 - args
 - Type: SystemObject
 
See Also