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

In This Topic
    GetPriorMessages Property
    In This Topic
    Specifies whether to retrieve buffered messages from before the creation of this instance.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    <CategoryAttribute("Loupe")>
    <DescriptionAttribute("Specifies whether to retrieve buffered messages from before the creation of this instance.")>
    <DefaultValueAttribute(False)>
    Public Property GetPriorMessages As Boolean
    [Browsable(true)]
    [Category("Loupe")]
    [Description("Specifies whether to retrieve buffered messages from before the creation of this instance.")]
    [DefaultValue(false)]
    public bool GetPriorMessages {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