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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPSolutionResourceUsageAggregatorCountWeightedMean Members

Microsoft.SharePoint Namespace