WaitForActivity class

Pauses the workflow until the SharePoint Foundation 2010 list field equals the specified value.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        System.Workflow.Activities.SequenceActivity
          Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<WorkflowMarkupSourceAttribute("n:\src\sts\wfactions\waitforwithkey.xoml", "EE522C9C6305C2304AFA3760B4B8C04E")> _
Public Class WaitForActivity _
    Inherits SequenceActivity
'Usage
Dim instance As WaitForActivity
[WorkflowMarkupSourceAttribute("n:\src\sts\wfactions\waitforwithkey.xoml", "EE522C9C6305C2304AFA3760B4B8C04E")]
public class WaitForActivity : SequenceActivity

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

WaitForActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace