Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Windows Namespace / LiveLogViewer Class / MaxMessages Property

In This Topic
    MaxMessages Property (LiveLogViewer)
    In This Topic
    Specifies how many messages to buffer in the viewer. Set to zero for unlimited buffer size.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    <CategoryAttribute("Loupe")>
    <DescriptionAttribute("Specifies how many messages to buffer in the viewer.  Set to zero for unlimited buffer size.")>
    <DefaultValueAttribute(10000)>
    Public Property MaxMessages As Integer
    [Browsable(true)]
    [Category("Loupe")]
    [Description("Specifies how many messages to buffer in the viewer.  Set to zero for unlimited buffer size.")]
    [DefaultValue(10000)]
    public int MaxMessages {get; set;}
    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