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