SPRoutingMachinePoolCollection constructor
Constructor
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
parent As SPRequestManagementSettings _
)
'Usage
Dim parent As SPRequestManagementSettings
Dim instance As New SPRoutingMachinePoolCollection(parent)
public SPRoutingMachinePoolCollection(
SPRequestManagementSettings parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.SPRequestManagementSettingsThe parent settings object
See also
Reference
SPRoutingMachinePoolCollection class