Namespace: Consultingwerk.Windows
Class 
Sequencer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:Sequencer
Purpose:Supports controlling sequential run of actions
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Mar 12 13:39:34 CET 2023
Notes:The class can be used to ensure code is executed after
an initiating event handler is finsihed. Sequencing is
achieved through the use of a timer



Top Method Summary
Options Name Purpose
AddToQueue (IAction) Adds an action to the queue
TickHandler (Object, EventArgs) Event handler for the Tick event of the Timer

Top Constructor Summary
Options Name Purpose
Sequencer () Private constructor


Method Detail
Top

AddToQueue (IAction)

Purpose: Adds an action to the queue
Notes:

Parameters:
poAction Consultingwerk.IAction
The IAction to execute
Top

TickHandler (Object, EventArgs)

Purpose: Event handler for the Tick event of the Timer
Notes:

Parameters:
sender System.Object
The reference to the component that raised the event
e System.EventArgs
The System.EventArgs with the data for this event


Constructor Detail
Top

Sequencer ()

Purpose: Private constructor
Notes: Disallow instance creation



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.04.2026 22:35:12