TenantLog.GetEntriesByCorrelationId method
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Function GetEntriesByCorrelationId ( _
beginDateTimeUtc As DateTime, _
endDateTimeUtc As DateTime, _
nRows As UInteger, _
correlationId As Guid _
) As ClientObjectList(Of TenantLogEntry)
'Usage
Dim instance As TenantLog
Dim beginDateTimeUtc As DateTime
Dim endDateTimeUtc As DateTime
Dim nRows As UInteger
Dim correlationId As Guid
Dim returnValue As ClientObjectList(Of TenantLogEntry)
returnValue = instance.GetEntriesByCorrelationId(beginDateTimeUtc, _
endDateTimeUtc, nRows, correlationId)
public ClientObjectList<TenantLogEntry> GetEntriesByCorrelationId(
DateTime beginDateTimeUtc,
DateTime endDateTimeUtc,
uint nRows,
Guid correlationId
)
Parameters
- beginDateTimeUtc
Type: System.DateTime
- endDateTimeUtc
Type: System.DateTime
- nRows
Type: System.UInt32
- correlationId
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.ClientObjectList<TenantLogEntry>