SPRequestUsageCounter Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPRequestUsageCounter class according to the parameters that are supplied.
Overload List
Name | Description | |
---|---|---|
SPRequestUsageCounter() | Initializes a new instance of the SPRequestUsageCounter class. | |
SPRequestUsageCounter(Int32) | Initializes a new instance of the SPRequestUsageCounter class. This constructor initializes the object with a value that determines the maximum number of SPRequest objects that can exist within this scope before the logging level is increased. |
Top