Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterMetricCollection Class / Item Property / Item(PerformanceCounter) Property
The performance counter object to get a metric packet object for.

Item(PerformanceCounter) Property
Retrieve performance counter metric packet object by the performance counter object it represents. If the item is not already in the collection, it will be added.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal counter As PerformanceCounter _
) As PerfCounterMetric
 

Parameters

counter
The performance counter object to get a metric packet object for.

Property Value

A performance counter metric packet object that represents the provided performance counter object.
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