IPSWorkflowService.UnregisterForEvent Method
Unregisters the specified event subscription.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Sub UnregisterForEvent ( _
workflowContext As ProjectWorkflowContext, _
subscriptionUid As Guid _
)
'Usage
Dim instance As IPSWorkflowService
Dim workflowContext As ProjectWorkflowContext
Dim subscriptionUid As Guid
instance.UnregisterForEvent(workflowContext, _
subscriptionUid)
void UnregisterForEvent(
ProjectWorkflowContext workflowContext,
Guid subscriptionUid
)
Parameters
- workflowContext
Type: Microsoft.Office.Project.Server.Library.ProjectWorkflowContext
Information that is related to the current instance of the workflow that is being processed.
- subscriptionUid
Type: System.Guid
The GUID for the subscription that was specified in the RegisterForEvent method.