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

In This Topic
    EventQueueLimit Property
    In This Topic
    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
    public int EventQueueLimit {get; set;}

    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.

    See Also