PSWorkflowService.DeleteSubscription Method
This member overrides SPWorkflowExternalDataExchangeService.DeleteSubscription(Guid).
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Overrides Sub DeleteSubscription ( _
subID As Guid _
)
'Usage
Dim instance As PSWorkflowService
Dim subID As Guid
instance.DeleteSubscription(subID)
public override void DeleteSubscription(
Guid subID
)
Parameters
- subID
Type: System.Guid
The GUID of the event subscription.
Remarks
The DeleteSubscription method does nothing in Project Server 2010. It is triggered by Windows Workflow Foundation upon dropping the scope of event-based activities in a workflow.