Share via


PSWorkflowService.CreateSubscription method

Used internally.

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

Syntax

'Declaration
Public Overrides Sub CreateSubscription ( _
    sub As MessageEventSubscription _
)
'Usage
Dim instance As PSWorkflowService
Dim sub As MessageEventSubscription

instance.CreateSubscription(sub)
public override void CreateSubscription(
    MessageEventSubscription sub
)

Parameters

Remarks

The CreateSubscription method does nothing in Project Server 2013. It is triggered by Windows Workflow Foundation upon the ordering of event-based activities in a workflow.

See also

Reference

PSWorkflowService class

PSWorkflowService members

Microsoft.Office.Project.Server.Workflow namespace