Click or drag to resize

DispatcherAddAction Method (FuncITask, Object)

Invoke a coroutine asynchronously at the current time..

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public ITask AddAction(
	Func<ITask> continuation,
	Object description
)

Parameters

continuation
Type: SystemFuncITask

[Missing <param name="continuation"/> documentation for "M:Demo3D.EventQueue.Dispatcher.AddAction(System.Func{Demo3D.EventQueue.ITask},System.Object)"]

description
Type: SystemObject

[Missing <param name="description"/> documentation for "M:Demo3D.EventQueue.Dispatcher.AddAction(System.Func{Demo3D.EventQueue.ITask},System.Object)"]

Return Value

Type: ITask
The task representing the running coroutine, which can be canceled.
See Also