Clase PSWorkflowService
Implementa métodos y eventos para gestionar flujos de trabajo de Project Server.
Esta API no es conforme a CLS.
Jerarquía de la herencia
System.Object
Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeService
Microsoft.Office.Project.Server.Workflow.PSWorkflowServiceBase
Microsoft.Office.Project.Server.Workflow.PSWorkflowService
Espacio de nombres: Microsoft.Office.Project.Server.Workflow
Ensamblado: Microsoft.Office.Project.Server.Workflow (en Microsoft.Office.Project.Server.Workflow.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(False)> _
Public Class PSWorkflowService _
Inherits PSWorkflowServiceBase _
Implements IPSWorkflowService, IPSWorkflowServiceEvents
'Uso
Dim instance As PSWorkflowService
[CLSCompliantAttribute(false)]
public class PSWorkflowService : PSWorkflowServiceBase,
IPSWorkflowService, IPSWorkflowServiceEvents
Comentarios
La clase PSWorkflowService se deriva de PSWorkflowServiceBase, IPSWorkflowServicey IPSWorkflowServiceEvents.
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.