SPMonitoredScope.GetMonitorRecursive<T> method

Gets the monitor from this scope of the specified type.

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

Syntax

'Declaration
Public Function GetMonitorRecursive(Of T As ISPScopedPerformanceMonitor) As T
'Usage
Dim instance As SPMonitoredScope
Dim returnValue As T

returnValue = instance.GetMonitorRecursive()
public T GetMonitorRecursive<T>()
where T : ISPScopedPerformanceMonitor

Type parameters

  • T
    The type of monitor to return.

Return value

Type: T

See also

Reference

SPMonitoredScope class

SPMonitoredScope members

Microsoft.SharePoint.Utilities namespace