SPHttpThrottleSettings.RemovePerformanceMonitor Method
Include Protected Members
Include Inherited Members
Removes a specified performance monitor from the PerformanceMonitors collection of the SPHttpThrottleSettings object.
Overload List
Name | Description | |
---|---|---|
RemovePerformanceMonitor(String, String) | Removes any performance monitor with the specified counter and category from the PerformanceMonitors collection of the SPHttpThrottleSettings object. | |
RemovePerformanceMonitor(String, String, String) | Removes the performance monitor with the specified counter name, instance name, and category from the PerformanceMonitors collection of the SPHttpThrottleSettings object. |
Top