Freigeben über


SPDiagnosticDataStore.GetData-Methode (Guid)

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public MustOverride Function GetData ( _
    correlationId As Guid _
) As IList(Of SPDiagnosticsData)
'Usage
Dim instance As SPDiagnosticDataStore
Dim correlationId As Guid
Dim returnValue As IList(Of SPDiagnosticsData)

returnValue = instance.GetData(correlationId)
public abstract IList<SPDiagnosticsData> GetData(
    Guid correlationId
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.IList<SPDiagnosticsData>

Siehe auch

Referenz

SPDiagnosticDataStore Klasse

SPDiagnosticDataStore-Member

GetData-Überladung

Microsoft.SharePoint.Diagnostics-Namespace