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.StringA string that contains the unique name of the IIS application pool filter.
service
Type: Microsoft.SharePoint.Administration.SPWebServiceThe SPWebServiceobject associated with this application pool.