SPSolutionResourceUsageAggregatorTimeWeightedMean Class
Represents a resource usage aggregator used to calculate a weighted mean based on the length of time for each usage record.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPSolutionResourceUsageAggregator
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorTimeWeightedMean
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<GuidAttribute("135F864C-AEF4-43B5-8258-773CA98D7180")> _
Public Class SPSolutionResourceUsageAggregatorTimeWeightedMean _
Inherits SPSolutionResourceUsageAggregatorCount
'Usage
Dim instance As SPSolutionResourceUsageAggregatorTimeWeightedMean
[GuidAttribute("135F864C-AEF4-43B5-8258-773CA98D7180")]
public class SPSolutionResourceUsageAggregatorTimeWeightedMean : 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.