.NET Framework Class Library
TaskManager.TaskSubmit2 Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > TaskManager Class > TaskManager Methods >

.NET Framework Class Library
TaskManager.TaskSubmit2 Method

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

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function TaskSubmit2 As String

C#

public string TaskSubmit2()

Visual C++

public:

String^ TaskSubmit2()

JavaScript

function taskSubmit2();

Return Value

Id of the submitted task, "0" if no record found

Remarks

See Also

TaskManager Class

TaskManager Members

MwPDMApi Namespace