Share via


WaitForActivity-Klasse

Unterbricht den Workflow aus, bis das Listenfeld SharePoint Foundation 2010 angegebenen Wert übereinstimmt.

Vererbungshierarchie

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

Threadsicherheit

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

Siehe auch

Referenz

WaitForActivity-Member

Microsoft.SharePoint.WorkflowActions.WithKey-Namespace