SPSolutionResourceUsageAggregatorCountWeightedMean class
Represents a resource usage aggregator used to calculate a weighted mean based on the sample count for each usage record.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPSolutionResourceUsageAggregator
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCountWeightedMean
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("FBD73C36-F1AC-4A0D-98E9-AB6C4A4A9DFF")> _
Public Class SPSolutionResourceUsageAggregatorCountWeightedMean _
Inherits SPSolutionResourceUsageAggregatorCount
'Usage
Dim instance As SPSolutionResourceUsageAggregatorCountWeightedMean
[GuidAttribute("FBD73C36-F1AC-4A0D-98E9-AB6C4A4A9DFF")]
public class SPSolutionResourceUsageAggregatorCountWeightedMean : 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.