Поделиться через


PSWorkflowService.UnregisterForEvent Method

Unregisters the specified event subscription.

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

Syntax

'Declaration
Public Sub UnregisterForEvent ( _
    workflowContext As ProjectWorkflowContext, _
    subscriptionUid As Guid _
)
'Usage
Dim instance As PSWorkflowService
Dim workflowContext As ProjectWorkflowContext
Dim subscriptionUid As Guid

instance.UnregisterForEvent(workflowContext, _
    subscriptionUid)
public void UnregisterForEvent(
    ProjectWorkflowContext workflowContext,
    Guid subscriptionUid
)

Parameters

Implements

IPSWorkflowService.UnregisterForEvent(ProjectWorkflowContext, Guid)

See Also

Reference

PSWorkflowService Class

PSWorkflowService Members

Microsoft.Office.Project.Server.Workflow Namespace