SPSolutionResourceUsageAggregatorCountWeightedMean.GetAggregatedRecord method
Gets the aggregation result of the SPSolutionResourceUsageAggregatorCountWeightedMean.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function GetAggregatedRecord As SPSolutionResourceUsageRecord
'Usage
Dim instance As SPSolutionResourceUsageAggregatorCountWeightedMean
Dim returnValue As SPSolutionResourceUsageRecord
returnValue = instance.GetAggregatedRecord()
public override SPSolutionResourceUsageRecord GetAggregatedRecord()
Return value
Type: Microsoft.SharePoint.SPSolutionResourceUsageRecord
The resulting usage record of the SPSolutionResourceUsageAggregatorCountWeightedMean.
Remarks
This override calls the GetAggregatedRecord method of its base class to get the resulting usage record.
See also
Reference
SPSolutionResourceUsageAggregatorCountWeightedMean class