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)
Available in Sandboxed Solutions: No

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