Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IApplicationEvent Interface
Properties Methods

IApplicationEvent Interface Members

The following tables list the members exposed by IApplicationEvent.

Public Properties
 NameDescription
 PropertyThe application this event is associated with  
 PropertyThe total number of distinct users affected by this event.  
 PropertyThe short display caption for this event  
 PropertyThe number of computers that have recorded this event.  
 PropertyThe unique fingerprint of this application event within the application  
 PropertyThe timestamp of the very first log message related to this application event  
 PropertyThe earliest version that this application event has been found in.  
 PropertyTrue if this event has been queued for review to determine if it should be converted to an issue, suppressed, or deferred.  
 PropertyThe unique key of this application event  
 PropertyOptional. The Issue this application event is related to, if any.  
 PropertyTrue if this event has been suppressed, ensuring new occurrences will not cause it to be marked for review.  
 PropertyThe last application user (by timestamp) to experience a log message associated with this event.  
 PropertyThe last computer (by timestamp) to report a log message associated with this event.  
 PropertyThe last log event (by timestamp) that reported this event  
 PropertyThe timestamp of the very last log message related to this application event  
 PropertyThe latest version that this application event has been found in.  
 PropertyThe highest release type, based on sequence  
 PropertyThe total number of occurrences of log messages that occurred which match this event.  
 PropertyThe total number of sessions this event has occurred in  
 PropertyThe severity of all the log messages associated with this event.  
 PropertyDisplay caption and description for the severity  
 PropertyThe link to this item on the server  
Top
Public Methods
 NameDescription
 MethodCreate a new issue with this application event  
 MethodGet an enumerable for all of the computers related to this application event  
 MethodGet an enumerable for all of the log events related to this application event  
 MethodGet an enumerable for all of the sessions related to this application event  
Top
See Also