SPSolutionResourceUsageAggregatorMean class
Represents a resource usage aggregator used to calculate evenly-weighted usage data of a solution over time.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPSolutionResourceUsageAggregator
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorMean
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("F3DCB888-3C96-426D-A2F9-86CAAC1571D2")> _
Public Class SPSolutionResourceUsageAggregatorMean _
Inherits SPSolutionResourceUsageAggregatorCount
'Usage
Dim instance As SPSolutionResourceUsageAggregatorMean
[GuidAttribute("F3DCB888-3C96-426D-A2F9-86CAAC1571D2")]
public class SPSolutionResourceUsageAggregatorMean : SPSolutionResourceUsageAggregatorCount
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.