ITaskAction

Assembly: System;

Description

The ITaskAction interface contains a method that enables the user to implement an action executed when a task is started.

Inheritance Hierarchy

ITaskAction

Comments

The Action method should be redetermined in a custom class. The action execution result will be available in the ITask.Result property and will correspond to the value returned by the Action method.

Methods

  Method name Brief description
Action The Action method implements action that is executed when a task is started for execution.

See also:

System Assembly Interfaces