| PageExecuteAsync Method (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(
int[] ids,
params Object[] args
)
Public Function ExecuteAsync (
ids As Integer(),
ParamArray args As Object()
) As Task
public:
Task^ ExecuteAsync(
array<int>^ ids,
... array<Object^>^ args
)
member ExecuteAsync :
ids : int[] *
args : Object[] -> Task
Parameters
- ids
- Type: SystemInt32
The ids. - args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:Monkeyspeak.Page.ExecuteAsync(System.Int32[],System.Object[])"]
Return Value
Type:
Task[Missing <returns> documentation for "M:Monkeyspeak.Page.ExecuteAsync(System.Int32[],System.Object[])"]
See Also