MonitoringPerformanceCounterCollection Class
Inheritance Hierarchy
System.Object
System.Collections.Generic.List<MonitoringPerformanceCounter>
Microsoft.Exchange.Monitoring.MonitoringPerformanceCounterCollection
Namespace: Microsoft.Exchange.Monitoring
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ClassAccessLevel(AccessLevel.Consumer)> _
Public Class MonitoringPerformanceCounterCollection _
Inherits List(Of MonitoringPerformanceCounter)
'Usage
Dim instance As MonitoringPerformanceCounterCollection
[SerializableAttribute]
[ClassAccessLevel(AccessLevel.Consumer)]
public class MonitoringPerformanceCounterCollection : List<MonitoringPerformanceCounter>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.