dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / DbMonitor Class / EventQueueLimit Property

EventQueueLimit Property
Gets or sets the maximal number of events that may be placed to a queue waiting to be processed by the dbMonitor application.
Syntax
'Declaration
 
Public Property EventQueueLimit As Integer
 

Property Value

The maximal number of events that may be placed to a queue waiting to be processed by the dbMonitor application.
Remarks

Default value is 1000. Zero means no limit for queue size. If the number of unprocessed events exceeds EventQueueLimit, extra events are discarded.

This property is designed for monitoring applications that generate events at a high rate: if no queue limit is set, storing all unprocessed events may cause memory leaks for such applications.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also