Show / Hide Table of Contents

Class TimerExtension

Inheritance
System.Object
TimerExtension
DurableTimerExtension
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public abstract class TimerExtension : Object

Constructors

TimerExtension()

Declaration
protected TimerExtension()

Methods

CancelTimer(Bookmark)

Declaration
public void CancelTimer(Bookmark bookmark)
Parameters
Bookmark bookmark

OnCancelTimer(Bookmark)

Declaration
protected abstract void OnCancelTimer(Bookmark bookmark)
Parameters
Bookmark 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

Back to top Generated by DocFX