Freigeben über


SPApplicationPool-Konstruktor (String, SPWebService)

Initialisiert eine neue Instanz der SPApplicationPool -Klasse.

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
)

Parameter

  • name
    Typ: System.String

    Eine Zeichenfolge, die den eindeutigen Namen des IIS-Anwendung Pool Filters enthält.

Siehe auch

Referenz

SPApplicationPool Klasse

SPApplicationPool-Member

SPApplicationPool-Überladung

Microsoft.SharePoint.Administration-Namespace