SPDiagnosticDataStore.Get method (Guid, Int64)
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride Function Get ( _
correlationId As Guid, _
scopeId As Long _
) As SPMonitoredScopeData
'Usage
Dim instance As SPDiagnosticDataStore
Dim correlationId As Guid
Dim scopeId As Long
Dim returnValue As SPMonitoredScopeData
returnValue = instance.Get(correlationId, _
scopeId)
public abstract SPMonitoredScopeData Get(
Guid correlationId,
long scopeId
)
Parameters
- correlationId
Type: System.Guid
- scopeId
Type: System.Int64
Return value
Type: Microsoft.SharePoint.Diagnostics.SPMonitoredScopeData