Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / NetworkViewerConfiguration Class / MaxQueueLength Property

In This Topic
    MaxQueueLength Property (NetworkViewerConfiguration)
    In This Topic
    The maximum number of queued messages waiting to be processed by the network messenger
    Syntax
    'Declaration
     
    
    Public Property MaxQueueLength As Integer
    public int MaxQueueLength {get; set;}
    Remarks
    Once the total number of messages waiting to be processed exceeds the maximum queue length unsent messages will be dropped.
    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