WaitForDocumentStatusActivity.DeleteSubscriptions Method
Deletes all of the existing subscriptions to events.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Sub DeleteSubscriptions ( _
context As ActivityExecutionContext _
)
'Usage
Dim context As ActivityExecutionContext
Me.DeleteSubscriptions(context)
protected void DeleteSubscriptions(
ActivityExecutionContext context
)
Parameters
context
Type: System.Workflow.ComponentModel.ActivityExecutionContextA workflow context that contains properties that are associated with the activity.
Remarks
This method deletes all of the subscriptions to events that were created during the execution of the WaitForDocumentStatusActivity.
This method is called when the document has the desired status.
See Also
Reference
WaitForDocumentStatusActivity Class