Click or drag to resize

ITaskNotifier Interface

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: 18.03.00
Syntax
C#
public interface ITaskNotifier

The ITaskNotifier type exposes the following members.

Methods
  NameDescription
Public methodOnCompletedOrCancelled
Top
See Also