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.