Share via


WaitForDocumentUnlockActivity-Klasse

Definiert eine Workflowaktivität, die verwendet wird, um den Workflow anhalten, bis ein angegebenes Dokument entsperrt wird.

Vererbungshierarchie

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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

WaitForDocumentUnlockActivity-Member

Microsoft.SharePoint.WorkflowActions-Namespace