PSWorkflowServiceBase class

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

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 (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class PSWorkflowServiceBase _
    Inherits SPWorkflowExternalDataExchangeService
'Usage
Dim instance As PSWorkflowServiceBase
[CLSCompliantAttribute(false)]
public abstract class PSWorkflowServiceBase : SPWorkflowExternalDataExchangeService

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

PSWorkflowServiceBase members

Microsoft.Office.Project.Server.Workflow namespace