InitializeWorkflow Class

Defines a workflow activity that is used to call a method on a local service.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.Activities.CallExternalMethodActivity
        Microsoft.SharePoint.WorkflowActions.InitializeWorkflow

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

Syntax

'Declaration
Public NotInheritable Class InitializeWorkflow _
    Inherits CallExternalMethodActivity
'Usage
Dim instance As InitializeWorkflow
public sealed class InitializeWorkflow : CallExternalMethodActivity

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

InitializeWorkflow Members

Microsoft.SharePoint.WorkflowActions Namespace