SPMonitoredScope constructor (String)

Creates a new instance of a monitor and associates the monitor with a given scope.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String

Dim instance As New SPMonitoredScope(name)
public SPMonitoredScope(
    string name
)

Parameters

  • name
    Type: System.String

    The friendly name for the scope to be monitored.

See also

Reference

SPMonitoredScope class

SPMonitoredScope members

SPMonitoredScope overload

Microsoft.SharePoint.Utilities namespace