TimerExtension.OnRegisterTimer(TimeSpan, Bookmark) メソッド

定義

RegisterTimer(TimeSpan, Bookmark) メソッドによって呼び出されます。

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)

パラメーター

timeout
TimeSpan

タイマーの継続時間。

bookmark
Bookmark

タイマーが時間切れになった場合に再開するように、タイマーに関連付けられているブックマーク。

適用対象