WaitForDocumentStatusActivity Class
Defines a workflow activity that is used to pause the workflow until a specified document is in a specified status.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.SharePoint.WorkflowActions.WithKey.WaitForDocumentStatusActivity
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Class WaitForDocumentStatusActivity _
Inherits Activity _
Implements IActivityEventListener(Of QueueEventArgs)
'Usage
Dim instance As WaitForDocumentStatusActivity
public class WaitForDocumentStatusActivity : 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.