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

See also

Reference

SPRequestManagementServiceInstance class

SPRequestManagementServiceInstance members

SPRequestManagementServiceInstance overload

Microsoft.SharePoint.Administration namespace