Click or drag to resize

ITaskActions Interface

Implement this interface when the class handles both OnCompleted and OnCancelled together. Use this in preference to wiring up new actions for OnCompleted and OnCanelled.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public interface ITaskActions

The ITaskActions type exposes the following members.

Methods
See Also