Partager via


SharePointSequentialWorkflowActivity Class

Represents a Windows SharePoint Services 3.0 workflow that executes activities sequentially.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        System.Workflow.Activities.SequenceActivity
          System.Workflow.Activities.SequentialWorkflowActivity
            Microsoft.SharePoint.WorkflowActions.SharePointSequentialWorkflowActivity

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

Syntax

Public Class SharePointSequentialWorkflowActivity _
    Inherits SequentialWorkflowActivity

Dim instance As SharePointSequentialWorkflowActivity
public class SharePointSequentialWorkflowActivity : SequentialWorkflowActivity

Remarks

When this activity is used in Visual Studio with the Windows Workflow Foundationdesigner, it adds activities to the Visual Studio toolbox.

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

SharePointSequentialWorkflowActivity Members

Microsoft.SharePoint.WorkflowActions Namespace