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