WaitForItemDeleted class

A workflow activity that, when executed on a specified item will enter a paused state until that item is deleted.

Inheritance hierarchy

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

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(OfficeTaskDescendantValidator))> _
Public Class WaitForItemDeleted _
    Inherits Activity _
    Implements IActivityEventListener(Of QueueEventArgs)
'Usage
Dim instance As WaitForItemDeleted
[ActivityValidatorAttribute(typeof(OfficeTaskDescendantValidator))]
public class WaitForItemDeleted : Activity, 
    IActivityEventListener<QueueEventArgs>

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

WaitForItemDeleted members

Microsoft.Office.Workflow.Actions namespace