다음을 통해 공유


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

타이머와 연결된 책갈피로, 타이머가 만료되면 다시 시작됩니다.

적용 대상