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: 16.01.07
Syntax
C#
public interface ITaskActions
See Also