SPULSRetriever.GetULSEntries-Methode
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetULSEntries ( _
correlationId As Guid _
) As IList(Of LogFileEntry)
'Usage
Dim instance As SPULSRetriever
Dim correlationId As Guid
Dim returnValue As IList(Of LogFileEntry)
returnValue = instance.GetULSEntries(correlationId)
public IList<LogFileEntry> GetULSEntries(
Guid correlationId
)
Parameter
- correlationId
Typ: System.Guid
Rückgabewert
Typ: System.Collections.Generic.IList<LogFileEntry>