Share via


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)

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

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

SPSolutionResourceUsageAggregator members

Microsoft.SharePoint namespace