Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterCollection Class / Contains Method
The performance counter object to check for

In This Topic
    Contains Method (PerfCounterCollection)
    In This Topic
    Indicates whether the collection contains the specified performance counter
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal item As PerfCounterMetric _
    ) As Boolean
    public bool Contains( 
       PerfCounterMetric item
    )

    Parameters

    item
    The performance counter object to check for

    Return Value

    True if the item is found, false otherwise.
    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