SPHttpThrottleSettings.AddPerformanceMonitor method
Adds to the PerformanceMonitors collection an object that holds data that is used at runtime to create a performance monitor.
Overload list
Name | Description | |
---|---|---|
![]() |
AddPerformanceMonitor(String, String, SPSystemPerformanceCounterRelativeInstance, [], Boolean) | Adds to the PerformanceMonitors collection an object that holds data that is used at runtime to create a performance monitor whose instance name is the process name or the SharePoint Foundation Web application name. |
![]() |
AddPerformanceMonitor(String, String, String, [], Boolean) | Adds to the PerformanceMonitors collection an object that holds data that is used at runtime to create a performance monitor. |
Top