See Also

DbMonitor Class  | DbMonitor Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.DataSend comments on this topic.

EventQueueLimit Property

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;}

Return Type

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.

See Also

DbMonitor Class  | DbMonitor Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.