SPSolutionResourceUsageAggregatorCount Class
Represents a resource usage aggregator used to count the samples of resource usage records.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPSolutionResourceUsageAggregator
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCountWeightedMean
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorMean
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorSum
Microsoft.SharePoint.SPSolutionResourceUsageAggregatorTimeWeightedMean
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<GuidAttribute("17C48889-4B9C-4D84-B76E-13019B1814CA")> _
Public Class SPSolutionResourceUsageAggregatorCount _
Inherits SPSolutionResourceUsageAggregator
'Usage
Dim instance As SPSolutionResourceUsageAggregatorCount
[GuidAttribute("17C48889-4B9C-4D84-B76E-13019B1814CA")]
public class SPSolutionResourceUsageAggregatorCount : SPSolutionResourceUsageAggregator
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.