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 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