SPRequestManagementServiceInstance.ShouldProvision method

This member overrides SPServiceInstance.ShouldProvision(SPServerRole).

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function ShouldProvision ( _
    serverRole As SPServerRole _
) As Boolean
'Usage
Dim instance As SPRequestManagementServiceInstance
Dim serverRole As SPServerRole
Dim returnValue As Boolean

returnValue = instance.ShouldProvision(serverRole)
public override bool ShouldProvision(
    SPServerRole serverRole
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPRequestManagementServiceInstance class

SPRequestManagementServiceInstance members

Microsoft.SharePoint.Administration namespace