SPDiagnosticDataStore.GetAggregatedData - Méthode
Espace de noms : Microsoft.SharePoint.Diagnostics
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public MustOverride Function GetAggregatedData ( _
correlationId As Guid, _
name As String _
) As Object
'Utilisation
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
)
Paramètres
- correlationId
Type : System.Guid
- name
Type : System.String
Valeur renvoyée
Type : System.Object