If an ITask is an ITaskNotifier then OnCompletedOrCancelled can be used in place of OnCompleted and OnCancelled.
This stores a pointer to an interface of type ITaskActions instead of creating two actions for OnCompleted and OnCancelled.
Namespace: Demo3D.EventQueueAssembly: Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 19.00.00
Syntaxpublic interface ITaskNotifier
The ITaskNotifier type exposes the following members.
Methods
See Also