WorkflowSubscriptionService.DeleteSubscription(Guid) Method

Definition

When overridden in a derived class, notifies the WorkflowSubscriptionService that the workflow runtime deleted the subscription associated with the specified GUID.

public:
 abstract void DeleteSubscription(Guid subscriptionId);
public abstract void DeleteSubscription (Guid subscriptionId);
abstract member DeleteSubscription : Guid -> unit
Public MustOverride Sub DeleteSubscription (subscriptionId As Guid)

Parameters

subscriptionId
Guid

The GUID of the subscription that the workflow runtime deleted.

Applies to