CloudSequentialWorkflow Class

The root activity for .NET Services workflows. All .NET Services workflows have this activity as the root.

Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)

Usage

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(SequentialWorkflowActivity), "resources.sequence.PNG")> _
<ToolboxItemAttribute(False)> _
Public Class CloudSequentialWorkflow
    Inherits SequentialWorkflowActivity
[ToolboxBitmapAttribute(typeof(SequentialWorkflowActivity), "resources.sequence.PNG")] 
[ToolboxItemAttribute(false)] 
public class CloudSequentialWorkflow : SequentialWorkflowActivity
[ToolboxBitmapAttribute(typeof(SequentialWorkflowActivity), L"resources.sequence.PNG")] 
[ToolboxItemAttribute(false)] 
public ref class CloudSequentialWorkflow : public SequentialWorkflowActivity
/** @attribute ToolboxBitmapAttribute(System.Workflow.Activities.SequentialWorkflowActivity, "resources.sequence.PNG") */ 
/** @attribute ToolboxItemAttribute(false) */ 
public class CloudSequentialWorkflow extends SequentialWorkflowActivity
ToolboxBitmapAttribute(System.Workflow.Activities.SequentialWorkflowActivity, "resources.sequence.PNG") 
ToolboxItemAttribute(false) 
public class CloudSequentialWorkflow extends SequentialWorkflowActivity

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.Workflow.Activities.CloudSequentialWorkflow

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

CloudSequentialWorkflow Members
Microsoft.Workflow.Activities Namespace