ThrottlingEvents.LogResettingThrottlingCounters Method (String, String, Int32, Int32, Int32, Int64, Int64, Int32, Exception)
[This is internal Microsoft documentation - Do not distribute.]
Method to log an event of type ResettingThrottlingCounters with Exception information.
Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)
Syntax
'Declaration
Public Shared Sub LogResettingThrottlingCounters ( _
serverName As String, _
resourceName As String, _
maxCRL As Integer, _
concurrentRequests As Integer, _
maxCRSeen As Integer, _
totalRequests As Long, _
goodRequests As Long, _
backgroundThreadSleepTime As Integer, _
exception As Exception _
)
public static void LogResettingThrottlingCounters (
string serverName,
string resourceName,
int maxCRL,
int concurrentRequests,
int maxCRSeen,
long totalRequests,
long goodRequests,
int backgroundThreadSleepTime,
Exception exception
)
Parameters
- serverName
Argument serverName for formatting the event text.
- resourceName
Argument resourceName for formatting the event text.
- maxCRL
Argument maxCRL for formatting the event text.
- concurrentRequests
Argument concurrentRequests for formatting the event text.
- maxCRSeen
Argument maxCRSeen for formatting the event text.
- totalRequests
Argument totalRequests for formatting the event text.
- goodRequests
Argument goodRequests for formatting the event text.
- backgroundThreadSleepTime
Argument backgroundThreadSleepTime for formatting the event text.
- exception
The exception corresponding to this event.
Thread Safety
All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition
Target Platforms
See Also
Reference
ThrottlingEvents Class
ThrottlingEvents Members
Microsoft.Webstore.WstClient Namespace