SPDiagnosticDataStore.GetAggregatedData-Methode
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride Function GetAggregatedData ( _
correlationId As Guid, _
name As String _
) As Object
'Usage
Dim instance As SPDiagnosticDataStore
Dim correlationId As Guid
Dim name As String
Dim returnValue As Object
returnValue = instance.GetAggregatedData(correlationId, _
name)
public abstract Object GetAggregatedData(
Guid correlationId,
string name
)
Parameter
- correlationId
Typ: System.Guid
- name
Typ: System.String
Rückgabewert
Typ: System.Object