Share via


SPDiagnosticDataStore.Get method (String, DateTime)

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

Syntax

'Declaration
Public MustOverride Function Get ( _
    user As String, _
    start As DateTime _
) As IList(Of SPMonitoredScopeData)
'Usage
Dim instance As SPDiagnosticDataStore
Dim user As String
Dim start As DateTime
Dim returnValue As IList(Of SPMonitoredScopeData)

returnValue = instance.Get(user, start)
public abstract IList<SPMonitoredScopeData> Get(
    string user,
    DateTime start
)

Parameters

Return value

Type: System.Collections.Generic.IList<SPMonitoredScopeData>

See also

Reference

SPDiagnosticDataStore class

SPDiagnosticDataStore members

Get overload

Microsoft.SharePoint.Diagnostics namespace