Compartilhar via


WorkflowDeploymentService class

Gerencia definições de fluxo de trabalho e a criação de atividades de fluxo de trabalho.

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

'Declaração
<ClientCallableTypeAttribute(Name := "WorkflowDeploymentService", ServerTypeId := "{3573A52F-3A27-4700-A08E-822C191C2C5D}")> _
Public MustInherit Class WorkflowDeploymentService _
    Inherits SolutionProvider
'Uso
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.

Ver também

Referência

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace