Property ALQueuedSwitch.TALQueuedInputItem.ThresholdMax
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALQueuedInputItem
Contents |
Syntax
Delphi:
property ThresholdMax : Integer read FThresholdMax write SetThresholdMax default 100;
C++ Builder:
__property int ThresholdMax = { read=FThresholdMax, write=SetThresholdMax, default=100 };
Summary
Max Threshold of the queue.
Description
When the internal queue depth becomes higher than this level,
the OnThresholdMax event will occur.