RescindTask class

Marks the workflow task as cancelled.

Inheritance hierarchy

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

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

Syntax

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

Remarks

A common use for this might be to cancel a task that was assigned to an employee who recently left the company before the task was completed.

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

RescindTask members

Microsoft.Office.Workflow.Actions namespace