Share via


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

Remarks

Call this and then Update() to create a new instance of this class.

See also

Reference

SPDiagnosticsBlockingQueryProvider class

SPDiagnosticsBlockingQueryProvider members

SPDiagnosticsBlockingQueryProvider overload

Microsoft.SharePoint.Diagnostics namespace