|
Dieser Artikel wurde maschinell übersetzt. Bewegen Sie den Mauszeiger über die Sätze im Artikel, um den Originaltext anzuzeigen. Weitere Informationen
|
Übersetzung
Original
|
ProcessModelSection-Klasse
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.Configuration.ProcessModelSection
Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Der ProcessModelSection-Typ macht die folgenden Member verfügbar.
| Name | Beschreibung | |
|---|---|---|
![]() | ProcessModelSection |
| Name | Beschreibung | |
|---|---|---|
![]() | AutoConfig | |
![]() | ClientConnectedCheck | |
![]() | ComAuthenticationLevel | |
![]() | ComImpersonationLevel | |
![]() | CpuMask | |
![]() | CurrentConfiguration | |
![]() | ElementInformation | |
![]() | ElementProperty | |
![]() | Enable | |
![]() | IdleTimeout | |
![]() | Item[ConfigurationProperty] | |
![]() | Item[String] | |
![]() | LockAllAttributesExcept | |
![]() | LockAllElementsExcept | |
![]() | LockAttributes | |
![]() | LockElements | |
![]() | LockItem | |
![]() | LogLevel | |
![]() | MaxAppDomains | |
![]() | MaxIOThreads | |
![]() | MaxWorkerThreads | |
![]() | MemoryLimit | |
![]() | MinIOThreads | |
![]() | MinWorkerThreads | |
![]() | Password | |
![]() | PingFrequency | |
![]() | PingTimeout | |
![]() | Properties | |
![]() | RequestLimit | |
![]() | RequestQueueLimit | |
![]() | ResponseDeadlockInterval | |
![]() | ResponseRestartDeadlockInterval | |
![]() | RestartQueueLimit | |
![]() | SectionInformation | |
![]() | ServerErrorMessageFile | |
![]() | ShutdownTimeout | |
![]() | Timeout | |
![]() | UserName | |
![]() | WebGarden |
| Name | Beschreibung | |
|---|---|---|
![]() | DeserializeElement | |
![]() | DeserializeSection | Infrastruktur. |
![]() | Equals | |
![]() | GetHashCode | |
![]() | GetRuntimeObject | |
![]() | GetType | |
![]() | Init | |
![]() | InitializeDefault | |
![]() | IsModified | |
![]() | IsReadOnly | |
![]() | Reset | |
![]() | ResetModified | |
![]() | SerializeElement | |
![]() | SerializeSection | Infrastruktur. |
![]() | SerializeToXmlElement | |
![]() | SetReadOnly | |
![]() | ShouldSerializeElementInTargetVersion | |
![]() | ShouldSerializePropertyInTargetVersion | |
![]() | ShouldSerializeSectionInTargetVersion | |
![]() | ToString | |
![]() | Unmerge |
<processModel enable="True" timeout="Infinite" idleTimeout="Infinite" shutdownTimeout="00:00:05" requestLimit="Infinite" requestQueueLimit="5000" restartQueueLimit="10" memoryLimit="60" webGarden="False" cpuMask="0xffffffff" userName="machine" password="AutoGenerate" logLevel="Errors" clientConnectedCheck="00:00:05" comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate" responseDeadlockInterval="00:03:00" responseRestartDeadlockInterval="00:03:00" autoConfig="True" maxWorkerThreads="20" maxIoThreads="20" minWorkerThreads="1" minIoThreads="1" serverErrorMessageFile="" pingFrequency="Infinite" pingTimeout="Infinite" asyncOption="20" maxAppDomains="2000" />
// Get the Web application configuration
System.Configuration.Configuration configuration =
WebConfigurationManager.OpenWebConfiguration("/aspnetTest");
// Get the section.
System.Web.Configuration.ProcessModelSection
processModelSection =
(ProcessModelSection)configuration.GetSection(
"system.web/processModel");
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core-Rolle wird nicht unterstützt), Windows Server 2008 R2 (Server Core-Rolle wird mit SP1 oder höher unterstützt; Itanium wird nicht unterstützt)
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
