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

In This Topic
    IAlertOccurrence Interface
    In This Topic
    A single occurrence of a particular alert
    Object Model
    IAlertOccurrence InterfaceIAlert InterfaceILogEvent Interface
    Syntax
    'Declaration
     
    
    Public Interface IAlertOccurrence 
    public interface IAlertOccurrence 
    Remarks
    An alert is a unique problem signature within an application environment service. Each time it starts happening an occurrence is opened and left open until the alert has been resolved. If the alert happens again once it has been closed, a new Alert Occurrence is created to track the lifecycle of the alert.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also