WorkflowSubscriptionService.DeleteSubscription(Guid) 方法
定义
在派生类中重写时,通知 WorkflowSubscriptionService 工作流运行时已经删除了与指定 GUID 相关联的订阅。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)
参数
- subscriptionId
- Guid
工作流运行时删除的订阅的 GUID。The GUID of the subscription that the workflow runtime deleted.