Click or drag to resize

PageExecuteAsync Method (TriggerCategory, Int32, Object)

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

Executes the specified Cause asynchronously.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public Task ExecuteAsync(
	TriggerCategory cat = TriggerCategory.Cause,
	int id = 0,
	params Object[] args
)

Parameters

cat (Optional)
Type: MonkeyspeakTriggerCategory
TriggerCategory
id (Optional)
Type: SystemInt32
The id.
args
Type: SystemObject

Return Value

Type: Task

[Missing <returns> documentation for "M:Monkeyspeak.Page.ExecuteAsync(Monkeyspeak.TriggerCategory,System.Int32,System.Object[])"]

See Also