TimerExtension.OnRegisterTimer(TimeSpan, Bookmark) Methode

Definitie

Aangeroepen door de RegisterTimer(TimeSpan, Bookmark) methode.

protected:
 abstract void OnRegisterTimer(TimeSpan timeout, System::Activities::Bookmark ^ bookmark);
protected abstract void OnRegisterTimer(TimeSpan timeout, System.Activities.Bookmark bookmark);
abstract member OnRegisterTimer : TimeSpan * System.Activities.Bookmark -> unit
Protected MustOverride Sub OnRegisterTimer (timeout As TimeSpan, bookmark As Bookmark)

Parameters

timeout
TimeSpan

De duur van de timer.

bookmark
Bookmark

De bladwijzer die aan de timer is gekoppeld, wordt hervat wanneer de timer verloopt.

Van toepassing op