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.StringThe friendly name for the scope to be monitored.