当在某个派生类中重写,聚合的指定的用法记录入聚合结果。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public MustOverride Sub AggregateRecord ( _
record As SPSolutionResourceUsageRecord _
)
用法
Dim instance As SPSolutionResourceUsageAggregator
Dim record As SPSolutionResourceUsageRecord
instance.AggregateRecord(record)
public abstract void AggregateRecord(
SPSolutionResourceUsageRecord record
)
参数
record
类型:Microsoft.SharePoint.SPSolutionResourceUsageRecord要聚合到聚合结果的用法记录。
备注
实现类应该增加record参数的SampleCount属性的值的当前聚合计数。
另请参阅
引用
SPSolutionResourceUsageAggregator 类