DispatcherAddAction Method (FuncITask) |
Invoke a coroutine asynchronously at the current time..
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntaxpublic ITask AddAction(
Func<ITask> continuation
)
Parameters
- continuation
- Type: SystemFuncITask
[Missing <param name="continuation"/> documentation for "M:Demo3D.EventQueue.Dispatcher.AddAction(System.Func{Demo3D.EventQueue.ITask})"]
Return Value
Type:
ITaskThe task representing the running coroutine, which can be canceled.
See Also