'Declaration
<FlagsAttribute()> Public Enum SessionCriteria Inherits System.Enum
[Flags()] public enum SessionCriteria : System.Enum
'Declaration
<FlagsAttribute()> Public Enum SessionCriteria Inherits System.Enum
[Flags()] public enum SessionCriteria : System.Enum
Member | Value | Description |
---|---|---|
ActiveSession | 64 | Include the session for the current process. |
AllSessions | 65 | Include all sessions including the session for the current process regardless of whether they've been sent before. |
CompletedSessions | 1 | Include all sessions that are not actively running regardless of whether they've been sent before. |
CrashedSessions | 4 | Include sessions that failed to exit normally |
CriticalSessions | 8 | Include sessions with one or more critical log message. |
ErrorSessions | 16 | Include sessions with one or more error message. |
NewSessions | 2 | Include sessions that have not been sent or opened before. |
None | 0 | Default. Includes no sessions. |
WarningSessions | 32 | Include sessions with one or more warning message. |
System.Object
System.ValueType
System.Enum
Gibraltar.Agent.SessionCriteria
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