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

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

    System.Object
          Gibraltar.Monitor.SampledMetricSample
             Loupe.Agent.PerformanceCounters.PerfCounterMetricSample

    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