Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / SessionCriteria Enumeration

In This Topic
    SessionCriteria Enumeration
    In This Topic
    Selection criteria for session inclusion in a session package
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum SessionCriteria 
       Inherits System.Enum
    [Flags()]
    public enum SessionCriteria : System.Enum 
    Members
    MemberValueDescription
    ActiveSession64Include the session for the current process.
    AllSessions65Include all sessions including the session for the current process regardless of whether they've been sent before.
    CompletedSessions1Include all sessions that are not actively running regardless of whether they've been sent before.
    CrashedSessions4Include sessions that failed to exit normally
    CriticalSessions8Include sessions with one or more critical log message.
    ErrorSessions16Include sessions with one or more error message.
    NewSessions2Include sessions that have not been sent or opened before.
    None0Default. Includes no sessions.
    WarningSessions32Include sessions with one or more warning message.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Loupe.Extensibility.Data.SessionCriteria

    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