Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Session Class
Fields Properties Methods Events


Session Class Members

The following tables list the members exposed by Session.

Public Fields
 NameDescription
Public FieldThe log category  
Top
Public Properties
 NameDescription
Public PropertyThe list of assemblies associated with this session. Assemblies are sorted by their unique full names.  
Public PropertyA short end-user display caption  
Public PropertyThe number of critical messages in the messages collection.  
Public PropertyAn extended description without formatting.  
Public PropertyThe number of error messages in the messages collection.  
Public PropertyThe file storage summary tracking information for this session.  
Public PropertyThe collection of data files that were recorded for this session.  
Public PropertyIndicates whether a session had errors during deserialization and has lost some packets.  
Public PropertyA constant, unique identifier for this session.  
Public PropertyIndicates whether there are changes to this session that have not been saved.  
Public PropertyIndicates if the session has been loaded into memory or not.  
Public PropertyIndicates whether a session is new to this package (has never been saved)  
Public PropertyThe last sequence number in the session data. Will force the session to be entirely parsed.  
Public PropertyThe number of messages in the messages collection.  
Public PropertyThe list of log messages associated with this session.  
Public PropertyThe set of all metrics tracked in this session.  
Public PropertyIndicates how many packets were lost due to errors in deserialization.  
Public PropertySession properties from the session start process.  
Public PropertyThe final status of the session.  
Public PropertyThe summary properties for this session.  
Public PropertyThe list of threads associated with this session. Threads are sorted by their unique thread Id.  
Public PropertyThe worst severity of the log messages in the session  
Public PropertyThe number of bytes of unloaded stream data.  
Public PropertyThe list of users associated with this application.  
Public PropertyThe number of error messages in the messages collection.  
Top
Public Methods
 NameDescription
Public MethodAdd the provided GLF stream (could be for an entire session or a session fragment) to the list of streams to be loaded.  
Public MethodCompares this Session object to another to determine sorting order.  
Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting managed resources.  
Public MethodOverloaded. Determines whether the provided Session object is equal to this Session object.  
Public MethodProvides a representative hash code for objects of this type to spread out distribution in hash tables.  
Public MethodThe set of log messages for this session.  
Public MethodOverloaded. Force the session to completely load into memory.  
Public MethodOverloaded. Write our data to the specified stream. This does not directly clear the dirty or new flags because the object can't confirm that the stream was persisted.  
Top
Public Events
 NameDescription
Public EventOccurs when a property value changes.  
Top
Public Operators
Compares two Session instances for equality.
Compares if one Session instance should sort greater than another.
Compares two Session instances for inequality.
Compares if one Session instance should sort less than another.
Top
See Also