Click or drag to resize
ITask Methods

The ITask type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ITaskGroupElement.)
Public methodLoadTaskPerformerAssembly
Loads for this task the task performer assembly and class and adds the instance to this task instance
Public methodPerform
Makes sure the element is performed. If the element is an ITaskGroup, all tasks and taskgroups inside the taskgroup are performed. If the element is an ITask, the Perform method of the ITaskperformer is called.
(Inherited from ITaskGroupElement.)
Top
See Also