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.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntaxpublic interface ITaskNotifier
The ITaskNotifier type exposes the following members.
Methods
See Also