Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterCollection Class / PerfCounterCollection Constructor
A display caption for this performance counter group (useful for administrative purposes)
A description of this performance counter group (useful for administrative purposes)

In This Topic
    PerfCounterCollection Constructor
    In This Topic
    Create a new performance counter group referencing the supplied collection of performance counter objects
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal caption As String, _
       ByVal description As String _
    )
    public PerfCounterCollection( 
       string caption,
       string description
    )

    Parameters

    caption
    A display caption for this performance counter group (useful for administrative purposes)
    description
    A description of this performance counter group (useful for administrative purposes)
    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