Show / Hide Table of Contents

Class DurableTimerExtension

Inheritance
System.Object
TimerExtension
DurableTimerExtension
Inherited Members
TimerExtension.RegisterTimer(TimeSpan, Bookmark)
TimerExtension.CancelTimer(Bookmark)
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public class DurableTimerExtension : TimerExtension, IWorkflowInstanceExtension, IDisposable, ICancelable

Constructors

DurableTimerExtension()

Declaration
public DurableTimerExtension()

Methods

Dispose()

Declaration
public void Dispose()

GetAdditionalExtensions()

Declaration
public virtual IEnumerable<object> GetAdditionalExtensions()
Returns
System.Collections.Generic.IEnumerable<System.Object>

Implements
IWorkflowInstanceExtension.GetAdditionalExtensions()

OnCancelTimer(Bookmark)

Declaration
protected override void OnCancelTimer(Bookmark bookmark)
Parameters
Bookmark bookmark

Overrides
TimerExtension.OnCancelTimer(Bookmark)

OnRegisterTimer(TimeSpan, Bookmark)

Declaration
protected override void OnRegisterTimer(TimeSpan timeout, Bookmark bookmark)
Parameters
System.TimeSpan timeout

Bookmark bookmark

Overrides
TimerExtension.OnRegisterTimer(TimeSpan, Bookmark)

SetInstance(WorkflowInstanceProxy)

Declaration
public virtual void SetInstance(WorkflowInstanceProxy instance)
Parameters
WorkflowInstanceProxy instance

Implements
IWorkflowInstanceExtension.SetInstance(WorkflowInstanceProxy)
Back to top Generated by DocFX