.NET Framework Class Library
TaskManager Members
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > TaskManager Class > .NET Framework Class Library |
The TaskManager type exposes the following members.
Methods
|
Name |
Description |
|---|---|---|
|
Equals |
(Inherited from Object.) |
|
Finalize |
(Inherited from Object.) |
|
GetHashCode |
(Inherited from Object.) |
|
GetType |
(Inherited from Object.) |
|
MemberwiseClone |
(Inherited from Object.) |
|
Append a list of documents to the defined task |
|
|
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 |
|
|
Submit the defined task (see TaskCreate/TaskAppend) as a new effective task of the TaskManager |
|
|
Submit the defined task (see TaskCreate/TaskAppend) as a new effective task of the TaskManager and return the id of the submitted task. |
|
|
ToString |
(Inherited from Object.) |
See Also