WorkflowSchedulerService.Cancel(Guid) 方法

定义

在派生类中重写时,取消具有给定 timerId的计划的工作项。

protected public:
 abstract void Cancel(Guid timerId);
protected internal abstract void Cancel(Guid timerId);
abstract member Cancel : Guid -> unit
Protected Friend MustOverride Sub Cancel (timerId As Guid)

参数

timerId
Guid

Guid 要取消的现有计划线程关联的线程。

注解

Cancel 从挂起的工作项中删除上一个请求来计划工作流实例。

适用于