Share via


SPApplicationPool Constructor (String, SPWebService)

Initializes a new instance of the SPApplicationPool class.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    service As SPWebService _
)
'Usage
Dim name As String
Dim service As SPWebService

Dim instance As New SPApplicationPool(name, service)
public SPApplicationPool(
    string name,
    SPWebService service
)

Parameters

  • name
    Type: System.String

    A string that contains the unique name of the IIS application pool filter.

See Also

Reference

SPApplicationPool Class

SPApplicationPool Members

SPApplicationPool Overload

Microsoft.SharePoint.Administration Namespace