Share via


SPRequestManagementService constructor (String, SPFarm)

Initializes a new instance of the SPRequestManagementService class with the specified name and the referenced farm.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    farm As SPFarm _
)
'Usage
Dim name As String
Dim farm As SPFarm

Dim instance As New SPRequestManagementService(name, farm)
public SPRequestManagementService(
    string name,
    SPFarm farm
)

Parameters

See also

Reference

SPRequestManagementService class

SPRequestManagementService members

SPRequestManagementService overload

Microsoft.SharePoint.Administration namespace