Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the aggregation result of the SPSolutionResourceUsageAggregatorMean.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function GetAggregatedRecord As SPSolutionResourceUsageRecord
'Usage
Dim instance As SPSolutionResourceUsageAggregatorMean
Dim returnValue As SPSolutionResourceUsageRecord
returnValue = instance.GetAggregatedRecord()
public override SPSolutionResourceUsageRecord GetAggregatedRecord()
Return value
Type: Microsoft.SharePoint.SPSolutionResourceUsageRecord
The result usage record of the SPSolutionResourceUsageAggregatorMean.
Remarks
This override calls the GetAggregatedRecord method of its base class to get the result usage record.
See also
Reference
SPSolutionResourceUsageAggregatorMean class