.NET Framework Class Library
TaskManager Methods

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > TaskManager Class >

.NET Framework Class Library
TaskManager Methods

The TaskManager type exposes the following members.

Methods

 

Name

Description

Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Object.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetType

(Inherited from Object.)

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

TaskAppend

Append a list of documents to the defined task

Public method

TaskCreate

Start the definition of a new task to be processed later by the TaskManager. Should be used together with the TaskAppend (to append documents to the task definition) and the TaskSubmit

Public method

TaskSubmit

Submit the defined task (see TaskCreate/TaskAppend) as a new effective task of the TaskManager

Public method

TaskSubmit2

Submit the defined task (see TaskCreate/TaskAppend) as a new effective task of the TaskManager and return the id of the submitted task.

Public method

ToString

(Inherited from Object.)

See Also

TaskManager Class

MwPDMApi Namespace