Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / EventMetricSample Class
Members

In This Topic
    EventMetricSample Class
    In This Topic
    One sample of a Event metric
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("{Sequence}: {Timestamp} Value={Value}")>
    Public Class EventMetricSample 
       Inherits MetricSample
       Implements Loupe.Extensibility.Data.IEventMetricSample, Loupe.Extensibility.Data.IMetricSample 
    [DebuggerDisplay("{Sequence}: {Timestamp} Value={Value}")]
    public class EventMetricSample : MetricSample, Loupe.Extensibility.Data.IEventMetricSample, Loupe.Extensibility.Data.IMetricSample  
    Remarks
    Specific Event metrics will have a derived implementation of this class, however clients should work with this interface when feasible to ensure compatibility with any Event metric implementation.
    Inheritance Hierarchy

    System.Object
          Gibraltar.Monitor.EventMetricSample

    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