SPDiagnosticsDataService.GetAggregatedDiagnosticsData method
Get the aggregated result. It returns the sum for numeric type of data
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetAggregatedDiagnosticsData ( _
correlationId As String, _
name As String _
) As Object
'Usage
Dim instance As SPDiagnosticsDataService
Dim correlationId As String
Dim name As String
Dim returnValue As Object
returnValue = instance.GetAggregatedDiagnosticsData(correlationId, _
name)
public Object GetAggregatedDiagnosticsData(
string correlationId,
string name
)
Parameters
correlationId
Type: System.StringThe correlation id
name
Type: System.StringThe name
Return value
Type: System.Object
The aggregated value (double or long)
Implements
IDiagnosticsDataservice.GetAggregatedDiagnosticsData(String, String)
See also
Reference
SPDiagnosticsDataService class