Click or drag to resize

PageExecuteAsync Method (CancellationToken, TriggerCategory, Int32, Object)

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

Executes the asynchronous.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public Task ExecuteAsync(
	CancellationToken cancellationToken,
	TriggerCategory cat,
	int[] ids,
	params Object[] args
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.
cat
Type: MonkeyspeakTriggerCategory
TriggerCategory
ids
Type: SystemInt32
The ids.
args
Type: SystemObject
todo: describe args parameter on ExecuteAsync

Return Value

Type: Task

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

See Also