ReassignTask class

Reassigns a workflow task to a specified user.

Inheritance hierarchy

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

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

Syntax

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

Remarks

When a task is reassigned, the original task is cancelled and a new task is created for the specified user or users.

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

ReassignTask members

Microsoft.Office.Workflow.Actions namespace