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.