DurableTimerExtension.OnCancelTimer(Bookmark) 方法

定义

从当前工作流操作的已注册计时器表中移除计时器对象。Removes a timer object from the table of registered timers for the current workflow operation.

protected:
 override void OnCancelTimer(System::Activities::Bookmark ^ bookmark);
protected override void OnCancelTimer (System.Activities.Bookmark bookmark);
override this.OnCancelTimer : System.Activities.Bookmark -> unit
Protected Overrides Sub OnCancelTimer (bookmark As Bookmark)

参数

bookmark
Bookmark

工作流或活动可在计时器对象过期后被动等待恢复的点。A point at which a workflow or activity can passively wait to be resumed following the expiration of the timer object.

适用于