CmdMessenger  3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
Public Member Functions
CommandMessenger.StaleGeneralStrategy Class Reference

Stale strategy. Any command older than the time-out is removed from the queue. More...

Inheritance diagram for CommandMessenger.StaleGeneralStrategy:
CommandMessenger.GeneralStrategy

List of all members.

Public Member Functions

 StaleGeneralStrategy (long commandTimeOut)
 Stale strategy. Any command older than the time-out is removed from the queue.
override void OnDequeue ()
 Remove this command (strategy) from command queue.

Detailed Description

Stale strategy. Any command older than the time-out is removed from the queue.


Constructor & Destructor Documentation

Stale strategy. Any command older than the time-out is removed from the queue.

Parameters:
commandTimeOutThe time-out for any commands on the queue.

Member Function Documentation

Remove this command (strategy) from command queue.

Reimplemented from CommandMessenger.GeneralStrategy.


The documentation for this class was generated from the following file: