Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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