Name | Description | |
---|---|---|
LogCategory | The log category |
The following tables list the members exposed by Session.
Name | Description | |
---|---|---|
LogCategory | The log category |
Name | Description | |
---|---|---|
Assemblies | The list of assemblies associated with this session. Assemblies are sorted by their unique full names. | |
Caption | A short end-user display caption | |
CriticalCount | The number of critical messages in the messages collection. | |
Description | An extended description without formatting. | |
ErrorCount | The number of error messages in the messages collection. | |
FileStorageSummary | The file storage summary tracking information for this session. | |
Fragments | The collection of data files that were recorded for this session. | |
HasCorruptData | Indicates whether a session had errors during deserialization and has lost some packets. | |
Id | A constant, unique identifier for this session. | |
IsDirty | Indicates whether there are changes to this session that have not been saved. | |
IsLoaded | Indicates if the session has been loaded into memory or not. | |
IsNew | Indicates whether a session is new to this package (has never been saved) | |
LastSequence | The last sequence number in the session data. Will force the session to be entirely parsed. | |
MessageCount | The number of messages in the messages collection. | |
Messages | The list of log messages associated with this session. | |
MetricDefinitions | The set of all metrics tracked in this session. | |
PacketsLostCount | Indicates how many packets were lost due to errors in deserialization. | |
Properties | Session properties from the session start process. | |
Status | The final status of the session. | |
Summary | The summary properties for this session. | |
Threads | The list of threads associated with this session. Threads are sorted by their unique thread Id. | |
TopSeverity | The worst severity of the log messages in the session | |
UnloadedStreamLength | The number of bytes of unloaded stream data. | |
Users | The list of users associated with this application. | |
WarningCount | The number of error messages in the messages collection. |
Name | Description | |
---|---|---|
AddPacketStream | Add the provided GLF stream (could be for an entire session or a session fragment) to the list of streams to be loaded. | |
CompareTo | Compares this Session object to another to determine sorting order. | |
Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting managed resources. | |
Equals | Overloaded. Determines whether the provided Session object is equal to this Session object. | |
GetHashCode | Provides a representative hash code for objects of this type to spread out distribution in hash tables. | |
GetMessages | The set of log messages for this session. | |
Load | Overloaded. Force the session to completely load into memory. | |
Write | Overloaded. 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. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. |
Equality | Compares two Session instances for equality. |
Greater Than | Compares if one Session instance should sort greater than another. |
Inequality | Compares two Session instances for inequality. |
Less Than | Compares if one Session instance should sort less than another. |