Share via


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

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

WaitForDocumentStatusActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace