Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ProjectWorkflowContextInformation that is related to the current instance of the workflow that is being processed.
subscriptionUid
Type: System.GuidThe GUID for the subscription that was specified in the RegisterForEvent method.