UsageMetrics class

Collection of usage metrics

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<UsageMetric>
    Microsoft.Web.Hosting.Administration.UsageMetrics

Namespace:  Microsoft.Web.Hosting.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<CollectionDataContractAttribute> _
Public Class UsageMetrics _
    Inherits List(Of UsageMetric)
'Usage
Dim instance As UsageMetrics
[CollectionDataContractAttribute]
public class UsageMetrics : List<UsageMetric>

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.

See also

Reference

UsageMetrics members

Microsoft.Web.Hosting.Administration namespace