SPApplicationPool constructor (String, SPWebService)

Initializes a new instance of the SPApplicationPool class.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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