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 SPSolutionResourceUsageAggregatorTimeWeightedMean.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function GetAggregatedRecord As SPSolutionResourceUsageRecord
'Usage
Dim instance As SPSolutionResourceUsageAggregatorTimeWeightedMean
Dim returnValue As SPSolutionResourceUsageRecord
returnValue = instance.GetAggregatedRecord()
public override SPSolutionResourceUsageRecord GetAggregatedRecord()
Return Value
Type: Microsoft.SharePoint.SPSolutionResourceUsageRecord
The resulting usage record of the SPSolutionResourceUsageAggregatorTimeWeightedMean.
Remarks
This override calls the GetAggregatedRecord method of its base class to get the resulting usage record.
See Also
Reference
SPSolutionResourceUsageAggregatorTimeWeightedMean Class