| Devart.Common Namespace > DbMonitor Class : 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.
[Visual Basic]
Public Property EventQueueLimit As Integer [C#]
public int EventQueueLimit {get; set;}The maximal number of events that may be placed to a queue waiting to be processed by the dbMonitor application.
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.
DbMonitor Class | DbMonitor Members
© 2002 - 2013 Devart. All Rights Reserved.