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

In This Topic
    IAlertOccurrence Interface Members
    In This Topic

    The following tables list the members exposed by IAlertOccurrence.

    Public Properties
     NameDescription
     PropertyThe Alert this occurrence is associated with.  
     PropertyThe total number of distinct users affected by this event.  
     PropertyThe timestamp of when the alert occurrence was closed (if it is closed)  
     PropertyThe number of computers that have recorded this event.  
     PropertyThe timestamp of the very first log message related to this application event  
     PropertyThe unique key of this alert occurrence  
     PropertyThe last log event (by timestamp) that reported this alert  
     PropertyThe timestamp of the very last log message related to this application event  
     PropertyThe total number of occurrences of log messages that occurred which match this event.  
     PropertyThe total number of sessions this alert occurrence has occurred in  
    Top
    Public Methods
     NameDescription
     MethodGet an enumerable for all of the application users related to this alert occurrence  
     MethodGet an enumerable for all of the computers related to this alert occurrence  
     MethodGet an enumerable for all of the log events related to this alert occurrence  
     MethodGet an enumerable for all of the sessions related to this alert occurrence  
    Top
    See Also