Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / ISession Interface
Properties Methods

In This Topic
    ISession Interface Members
    In This Topic

    The following tables list the members exposed by ISession.

    Public Properties
     NameDescription
     PropertyThe list of assemblies associated with this session. Assemblies are sorted by their unique full names.  
     PropertyA short end-user display caption  
     PropertyThe number of critical messages in the messages collection.  
     PropertyAn extended description without formatting.  
     PropertyThe number of error messages in the messages collection.  
     PropertyIndicates whether a session had errors during re-hydration and has lost some packets.  
     PropertyA constant, unique identifier for this session.  
     PropertyThe number of messages in the messages collection.  
     PropertyThe set of all metrics tracked in this session.  
     PropertyThe final status of the session.  
     PropertySummary and common information about this session  
     PropertyThe list of threads associated with this session. Threads are sorted by their thread Id and creation time.  
     PropertyThe worst severity of the log messages in the session  
     PropertyThe list of application users associated with this session.  
     PropertyThe number of warning messages in the messages collection.  
    Top
    Public Methods
     NameDescription
     MethodCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from System.IComparable<ISession>)
     MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<ISession>)
     MethodThe set of log messages for this session.  
    Top
    See Also