SPDiagnosticsBlockingQueryProvider constructor (SPService)
Initializes a new instance of the SPDiagnosticsBlockingQueryProvider class with a specified farm-wide service.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
service As SPService _
)
'Usage
Dim service As SPService
Dim instance As New SPDiagnosticsBlockingQueryProvider(service)
public SPDiagnosticsBlockingQueryProvider(
SPService service
)
Parameters
service
Type: Microsoft.SharePoint.Administration.SPServiceRepresents a farm-wide service.
Remarks
Call this and then Update() to create a new instance of this class.
See also
Reference
SPDiagnosticsBlockingQueryProvider class
SPDiagnosticsBlockingQueryProvider members