Compartilhar via


PSWorkflowService classe

Métodos de implementa e eventos para gerenciar fluxos de trabalho do Project Server.

Esta API não é compatível com CLS. 

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeService
    Microsoft.Office.Project.Server.Workflow.PSWorkflowServiceBase
      Microsoft.Office.Project.Server.Workflow.PSWorkflowService

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (em Microsoft.Office.Project.Server.Workflow.dll)

Sintaxe

'Declaração
<CLSCompliantAttribute(False)> _
Public Class PSWorkflowService _
    Inherits PSWorkflowServiceBase _
    Implements IPSWorkflowService, IPSWorkflowServiceEvents
'Uso
Dim instance As PSWorkflowService
[CLSCompliantAttribute(false)]
public class PSWorkflowService : PSWorkflowServiceBase, 
    IPSWorkflowService, IPSWorkflowServiceEvents

Comentários

A classe PSWorkflowService é derivada de PSWorkflowServiceBase, IPSWorkflowServicee IPSWorkflowServiceEvents.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

PSWorkflowService membros

Microsoft.Office.Project.Server.Workflow namespace