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

In This Topic
    SampledMetricCollection Class
    In This Topic
    A collection of sampled metrics, keyed by their unique ID and name
    Object Model
    SampledMetricCollection ClassIMetric Interface
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class SampledMetricCollection 
       Inherits MetricCollection
       Implements Loupe.Extensibility.Data.IMetricCollection 
    [DefaultMember("Item")]
    public class SampledMetricCollection : MetricCollection, Loupe.Extensibility.Data.IMetricCollection  
    Remarks
    A metric has a unique ID to identify a particular instance of the metric (associated with one session) and a name that is unique within a session but is designed for comparison of the same metric between sessions.
    Inheritance Hierarchy

    System.Object
          Gibraltar.Monitor.SampledMetricCollection

    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