Class TimerExtension
Inheritance
System.Object
TimerExtension
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public abstract class TimerExtension : Object
Constructors
TimerExtension()
Declaration
protected TimerExtension()
Methods
CancelTimer(Bookmark)
OnCancelTimer(Bookmark)
OnRegisterTimer(TimeSpan, Bookmark)
Declaration
protected abstract void OnRegisterTimer(TimeSpan timeout, Bookmark bookmark)
Parameters
System.TimeSpan
timeout
|
Bookmark
bookmark
|
RegisterTimer(TimeSpan, Bookmark)
Declaration
public void RegisterTimer(TimeSpan timeout, Bookmark bookmark)
Parameters
System.TimeSpan
timeout
|
Bookmark
bookmark
|