SPHttpThrottleSettings.AddPerformanceMonitor Method
Include Protected Members
Include Inherited Members
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