WorkflowDeploymentService class

Manages workflow definitions and workflow activity authoring.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WorkflowServices.SolutionProvider
    Microsoft.SharePoint.WorkflowServices.WorkflowDeploymentService

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "WorkflowDeploymentService", ServerTypeId := "{3573A52F-3A27-4700-A08E-822C191C2C5D}")> _
Public MustInherit Class WorkflowDeploymentService _
    Inherits SolutionProvider
'Usage
Dim instance As WorkflowDeploymentService
[ClientCallableTypeAttribute(Name = "WorkflowDeploymentService", ServerTypeId = "{3573A52F-3A27-4700-A08E-822C191C2C5D}")]
public abstract class WorkflowDeploymentService : SolutionProvider

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

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace