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("d:\office\source\sts\wfactions\waitforwithkey.xoml", _
"EE522C9C6305C2304AFA3760B4B8C04E")> _
Public Class WaitForActivity _
Inherits SequenceActivity
'Usage
Dim instance As WaitForActivity
[WorkflowMarkupSourceAttribute("d:\office\source\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.