SPDiagnosticsSqlDmvProvider.AverageWorkerTimeThreshold property
The amount of CPU time, in milliseconds, that a query must consume on average before it will be logged.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AverageWorkerTimeThreshold As Integer
Get
Set
'Usage
Dim instance As SPDiagnosticsSqlDmvProvider
Dim value As Integer
value = instance.AverageWorkerTimeThreshold
instance.AverageWorkerTimeThreshold = value
public int AverageWorkerTimeThreshold { get; set; }
Property value
Type: System.Int32
Returns Int32.
See also
Reference
SPDiagnosticsSqlDmvProvider class