CmdMessenger
3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
|
Stale strategy. Any command older than the time-out is removed from the queue. More...
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. |
Stale strategy. Any command older than the time-out is removed from the queue.
CommandMessenger.StaleGeneralStrategy.StaleGeneralStrategy | ( | long | commandTimeOut | ) |
Stale strategy. Any command older than the time-out is removed from the queue.
commandTimeOut | The time-out for any commands on the queue. |
override void CommandMessenger.StaleGeneralStrategy.OnDequeue | ( | ) | [virtual] |
Remove this command (strategy) from command queue.
Reimplemented from CommandMessenger.GeneralStrategy.