SPApplicationPool Class

Represents an Internet Information Services (IIS) application pool.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPProcessIdentity
        Microsoft.SharePoint.Administration.SPApplicationPool

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

Syntax

<GuidAttribute("B8369089-08AD-4978-B1CB-C597B5E90F64")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPApplicationPool _
    Inherits SPProcessIdentity

Dim instance As SPApplicationPool
[GuidAttribute("B8369089-08AD-4978-B1CB-C597B5E90F64")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPApplicationPool : SPProcessIdentity

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPApplicationPool Members

Microsoft.SharePoint.Administration Namespace