ApplicationPoolProcessModel 类

定义

表示应用程序池的进程模型设置。

public ref class ApplicationPoolProcessModel sealed : Microsoft::Web::Administration::ConfigurationElement
public sealed class ApplicationPoolProcessModel : Microsoft.Web.Administration.ConfigurationElement
type ApplicationPoolProcessModel = class
    inherit ConfigurationElement
Public NotInheritable Class ApplicationPoolProcessModel
Inherits ConfigurationElement
继承
ApplicationPoolProcessModel

属性

Attributes

获取包含此元素的属性列表的配置属性集合。

(继承自 ConfigurationElement)
ChildElements

获取当前元素的所有子元素。

(继承自 ConfigurationElement)
ElementTagName

表示应用程序池的进程模型设置。

(继承自 ConfigurationElement)
IdentityType

获取或设置应用程序池的帐户标识。

IdleTimeout

获取或设置在未收到新请求且工作进程未处理请求时工作进程应运行的时间段。

IdleTimeoutAction

表示应用程序池的进程模型设置。

IsLocallyStored

获取一个值,该值指示配置元素是否存储在特定的配置文件中。

(继承自 ConfigurationElement)
Item[String]

获取或设置具有指定名称的属性。

(继承自 ConfigurationElement)
LoadUserProfile

获取或设置一个值,该值指示在应用程序池启动时是否将加载用户配置文件。

LogEventOnProcessModel

表示应用程序池的进程模型设置。

MaxProcesses

获取或设置与应用程序池关联的工作进程数。

Methods

获取配置元素的方法集合。

(继承自 ConfigurationElement)
Password

获取或设置与 属性关联的 UserName 密码。

PingingEnabled

获取或设置工作进程运行状况监视的 ping 行为。

PingInterval

获取或设置万维网发布服务 (WWW 服务) 发送到工作进程的运行状况监视 ping 之间的时间间隔。

PingResponseTime

获取或设置工作进程用于响应运行状况监视 ping 的时间段。

RawAttributes

表示应用程序池的进程模型设置。

(继承自 ConfigurationElement)
Schema

获取当前元素的架构。

(继承自 ConfigurationElement)
ShutdownTimeLimit

获取或设置 IIS 在终止工作进程之前,IIS 等待请求在工作进程中完成运行的时间段。

StartupTimeLimit

获取或设置 IIS 等待应用程序池启动的时间段。

UserName

获取或设置运行应用程序池时所依据的安全标识的用户名。

方法

Delete()

表示应用程序池的进程模型设置。

(继承自 ConfigurationElement)
GetAttribute(String)

返回一个 ConfigurationAttribute 对象,该对象表示请求的属性。

(继承自 ConfigurationElement)
GetAttributeValue(String)

返回指定特性的值。

(继承自 ConfigurationElement)
GetChildElement(String)

返回当前配置元素下且具有指定名称的子元素。

(继承自 ConfigurationElement)
GetChildElement(String, Type)

返回一个子元素,该子元素位于当前配置元素下,具有指定的名称和类型。

(继承自 ConfigurationElement)
GetCollection()

返回当前配置元素的默认集合。

(继承自 ConfigurationElement)
GetCollection(String)

返回属于当前配置元素的所有配置元素。

(继承自 ConfigurationElement)
GetCollection(String, Type)

返回具有指定名称和类型的配置元素,并且位于当前配置元素下。

(继承自 ConfigurationElement)
GetCollection(Type)

返回具有指定类型且位于当前配置元素下的配置元素。

(继承自 ConfigurationElement)
GetMetadata(String)

从元素架构返回元数据值。

(继承自 ConfigurationElement)
SetAttributeValue(String, Object)

设置所指定特性的值。

(继承自 ConfigurationElement)
SetMetadata(String, Object)

设置元素架构中的元数据值。

(继承自 ConfigurationElement)

适用于