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
name
Type: System.StringName of service.
farm
Type: Microsoft.SharePoint.Administration.SPFarmThe farm the service lives in.
See also
Reference
SPRequestManagementService class
SPRequestManagementService members