InsertTask class

Inserts a new task immediately after the currently selected task. Allows the creation of a new task and the assignment of that task to a specified user.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.Office.Workflow.Actions.InsertTask

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Public Class InsertTask _
    Inherits Activity
'Usage
Dim instance As InsertTask
public class InsertTask : Activity

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

InsertTask members

Microsoft.Office.Workflow.Actions namespace