SPRequestManagementServiceInstance constructor (String, SPServer, SPService)
Initializes a new instance of the SPRequestManagementServiceInstance class based on the specified name and server and the parent service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
server As SPServer, _
parent As SPService _
)
'Usage
Dim name As String
Dim server As SPServer
Dim parent As SPService
Dim instance As New SPRequestManagementServiceInstance(name, server, _
parent)
public SPRequestManagementServiceInstance(
string name,
SPServer server,
SPService parent
)
Parameters
name
Type: System.StringName of service instance.
server
Type: Microsoft.SharePoint.Administration.SPServerServer this instance lives on.
parent
Type: Microsoft.SharePoint.Administration.SPServiceParent service.
See also
Reference
SPRequestManagementServiceInstance class
SPRequestManagementServiceInstance members