WaitForDocumentUnlockActivity Class

Defines a workflow activity that is used to pause the workflow until a specified document is unlocked.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity

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

Syntax

'Declaration
Public Class WaitForDocumentUnlockActivity _
    Inherits Activity _
    Implements IActivityEventListener(Of QueueEventArgs)
'Usage
Dim instance As WaitForDocumentUnlockActivity
public class WaitForDocumentUnlockActivity : 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

WaitForDocumentUnlockActivity Members

Microsoft.SharePoint.WorkflowActions Namespace