Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterCollection Class
Members

In This Topic
    PerfCounterCollection Class
    In This Topic
    A collection of performance counters that can be polled at the same time.
    Object Model
    PerfCounterCollection ClassPerfCounterMetric Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class PerfCounterCollection 
       Implements Gibraltar.Monitor.Serialization.IDisplayable 
    [DefaultMember("Item")]
    public sealed class PerfCounterCollection : Gibraltar.Monitor.Serialization.IDisplayable  
    Remarks
    If a performance counter is removed from the registered set of performance counters, it will automatically be removed from any performance counter group it is a member of.
    Inheritance Hierarchy

    System.Object
       Loupe.Agent.PerformanceCounters.PerfCounterCollection

    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