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

타이머가 만료될 때 다시 시작될 타이머와 연결된 책갈피입니다.

적용 대상