SPMonitoredScope.GetMonitorRecursive<T> Method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.GenericMethod)> _
Public Function GetMonitorRecursive(Of T As ISPScopedPerformanceMonitor) As T
'Usage
Dim instance As SPMonitoredScope
Dim returnValue As T
returnValue = instance.GetMonitorRecursive()
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.GenericMethod)]
public T GetMonitorRecursive<T>()
where T : ISPScopedPerformanceMonitor
Type Parameters
- T
Return Value
Type: T