WaitForItemChanged class

Creates an external event subscription that allows the workflow to pause execution before it is completed, then wait for an item to be changed.

Inheritance hierarchy

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

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(OfficeTaskDescendantValidator))> _
Public Class WaitForItemChanged _
    Inherits Activity _
    Implements IActivityEventListener(Of QueueEventArgs)
'Usage
Dim instance As WaitForItemChanged
[ActivityValidatorAttribute(typeof(OfficeTaskDescendantValidator))]
public class WaitForItemChanged : 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

WaitForItemChanged members

Microsoft.Office.Workflow.Actions namespace