SPSolutionResourceUsageAggregatorCount.GetAggregatedRecord method
Gets the aggregation result of the usage records.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function GetAggregatedRecord As SPSolutionResourceUsageRecord
'Usage
Dim instance As SPSolutionResourceUsageAggregatorCount
Dim returnValue As SPSolutionResourceUsageRecord
returnValue = instance.GetAggregatedRecord()
public override SPSolutionResourceUsageRecord GetAggregatedRecord()
Return value
Type: Microsoft.SharePoint.SPSolutionResourceUsageRecord
The resulting aggregated usage records.
Remarks
This override gets the result of aggregating the usage records incremented by previous calls to the AggregateRecord(SPSolutionResourceUsageRecord) method.
See also
Reference
SPSolutionResourceUsageAggregatorCount class