Share via


SPDiagnosticsDataService.PutScopes method

Put one or multiple SPMonitoredScopeData to the store.The included children and diagostics data will also be imported

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

Syntax

'Declaration
Public Sub PutScopes ( _
    scopes As SPMonitoredScopeData() _
)
'Usage
Dim instance As SPDiagnosticsDataService
Dim scopes As SPMonitoredScopeData()

instance.PutScopes(scopes)
public void PutScopes(
    SPMonitoredScopeData[] scopes
)

Parameters

  • scopes
    Type: []

    The arr ay of the SPMonitoredScopeData

Implements

IDiagnosticsDataservice.PutScopes([])

See also

Reference

SPDiagnosticsDataService class

SPDiagnosticsDataService members

Microsoft.SharePoint.Diagnostics namespace