SPSolutionResourceUsageAggregator.AggregateRecord Method
When overridden in a derived class, aggregates the specified usage record into the aggregation result.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public MustOverride Sub AggregateRecord ( _
record As SPSolutionResourceUsageRecord _
)
'Usage
Dim instance As SPSolutionResourceUsageAggregator
Dim record As SPSolutionResourceUsageRecord
instance.AggregateRecord(record)
public abstract void AggregateRecord(
SPSolutionResourceUsageRecord record
)
Parameters
record
Type: Microsoft.SharePoint.SPSolutionResourceUsageRecordThe usage record to be aggregated into the aggregation result.
Remarks
The implementing class should increment the current aggregate count with the value of the SampleCount property of the record parameter.
See Also
Reference
SPSolutionResourceUsageAggregator Class