ProcessModelSection, ROOT\WebAdministration

Class | Methods (5) | Properties (30) | Qualifiers (8) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Configures the ASP.NET process model settings on a Web server that is running IIS.

ProcessModelSection methods

ProcessModelSection has 5 methods (5 Derived)

NameOriginReturn
GetAllowDefinitionConfigurationSection
GetAllowLocationConfigurationSection
RevertToParentConfigurationSection
SetAllowDefinitionConfigurationSection
SetAllowLocationConfigurationSection

ProcessModelSection properties

ProcessModelSection has 30 properties (27 Local, 3 Derived)

NameOriginCIMType
AutoConfigProcessModelSection11 [boolean]
ClientConnectedCheckProcessModelSection101 [datetime]
ComAuthenticationLevelProcessModelSection3 [sint32]
ComImpersonationLevelProcessModelSection3 [sint32]
CpuMaskProcessModelSection3 [sint32]
EnableProcessModelSection11 [boolean]
IdleTimeoutProcessModelSection101 [datetime]
key
Location
ConfigurationSection8 [string]
LogLevelProcessModelSection3 [sint32]
MaxAppDomainsProcessModelSection3 [sint32]
MaxIOThreadsProcessModelSection3 [sint32]
MaxWorkerThreadsProcessModelSection3 [sint32]
MemoryLimitProcessModelSection3 [sint32]
MinIOThreadsProcessModelSection3 [sint32]
MinWorkerThreadsProcessModelSection3 [sint32]
PasswordProcessModelSection8 [string]
key
Path
ConfigurationSection8 [string]
PingFrequencyProcessModelSection101 [datetime]
PingTimeoutProcessModelSection101 [datetime]
RequestLimitProcessModelSection3 [sint32]
RequestQueueLimitProcessModelSection3 [sint32]
ResponseDeadlockIntervalProcessModelSection101 [datetime]
ResponseRestartDeadlockIntervalProcessModelSection101 [datetime]
RestartQueueLimitProcessModelSection3 [sint32]
SectionInformationConfigurationSection13 [object:SectionInformation]
ServerErrorMessageFileProcessModelSection8 [string]
ShutdownTimeoutProcessModelSection101 [datetime]
TimeoutProcessModelSection101 [datetime]
UserNameProcessModelSection8 [string]
WebGardenProcessModelSection11 [boolean]

Detailed description of ProcessModelSection methods

Derived methods (5) of ProcessModelSection class

▲ GetAllowDefinition method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowDefinitionstring0-✓{'out':True}
bypass_getobjectTrue
Description'Retrieves a value which specifies the levels at which the configuration section can be set.'
implementedTrue
staticTrue
GetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ GetAllowLocation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowLocationstring0-✓{'out':True}
bypass_getobjectTrue
Description'Retrieves the allowLocation attribute for a configuration section.'
implementedTrue
staticTrue
GetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ RevertToParent method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
PropertyNamestring0✓-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Reverts configuration values in a section to those of its parent section.'
implementedTrue
RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowDefinition method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowDefinitionstring0✓-{'in':True}
bypass_getobjectTrue
Description'Sets a value which specifies the levels at which the configuration section can be set.'
implementedTrue
staticTrue
SetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowLocation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowLocationstring0✓-{'in':True}
bypass_getobjectTrue
Description'Sets the allowLocation attribute for a configuration section.'
implementedTrue
staticTrue
SetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace

Detailed description of ProcessModelSection properties

Local properties (27) of ProcessModelSection class

▲ AutoConfig property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if ASP.NET automatically configures certain attributes to achieve optimal performance that is based on the computer configuration; false if ASP.NET uses the explicitly defined values for the attributes.'
readTrue
writeTrue
AutoConfig property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ ClientConnectedCheck property
CIMTYPE'datetime'
Description'A read/write datetime value that specifies how long a request is left in the queue before ASP.NET does a check to determine whether the client is connected.'
readTrue
writeTrue
ClientConnectedCheck property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ ComAuthenticationLevel property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the level of authentication for DCOM security.'
readTrue
ValueMap['0', '1', '2', '3', '4', '5', '6']
Values['None', 'Call', 'Connect', 'Default', 'Pkt', 'PktIntegrity', 'PktPrivacy']
writeTrue
ComAuthenticationLevel property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ ComImpersonationLevel property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the authentication level for COM security.'
readTrue
ValueMap['0', '1', '2', '3', '4']
Values['Default', 'Anonymous', 'Delegate', 'Identify', 'Impersonate']
writeTrue
ComImpersonationLevel property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ CpuMask property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies which processors (CPUs) on a multiprocessor server are qualified to run ASP.NET processes.'
readTrue
writeTrue
CpuMask property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ Enable property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if the process model is enabled; otherwise, false.'
readTrue
writeTrue
Enable property is in 2 classes of ROOT\WebAdministration and in 25 namespaces
▲ IdleTimeout property
CIMTYPE'datetime'
Description'A read/write datetime value that specifies the period of inactivity after which ASP.NET automatically ends the worker process.'
readTrue
writeTrue
IdleTimeout property is in 4 classes of ROOT\WebAdministration and in 6 namespaces
▲ LogLevel property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies event types to write to the event log.'
readTrue
ValueMap['0', '1', '2']
Values['None', 'All', 'Errors']
writeTrue
LogLevel property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 3 namespaces
▲ MaxAppDomains property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the maximum number of application domains that are allowed in one process.'
readTrue
writeTrue
MaxAppDomains property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ MaxIOThreads property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the maximum number of I/O threads (from 5 through 100) to use for the process on a per-CPU basis.'
readTrue
writeTrue
MaxIOThreads property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ MaxWorkerThreads property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the maximum number of worker threads (from 5 through 100) to use for the process on a per-CPU basis.'
readTrue
writeTrue
MaxWorkerThreads property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ MemoryLimit property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the maximum allowed memory size, as a percentage of total system memory, that the worker process can consume before ASP.NET starts a new process and reassigns existing requests.'
readTrue
writeTrue
MemoryLimit property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ MinIOThreads property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the minimum number of I/O threads to use for the process on a per-CPU basis.'
readTrue
writeTrue
MinIOThreads property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ MinWorkerThreads property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the maximum number of worker threads to use for the process on a per-CPU basis.'
readTrue
writeTrue
MinWorkerThreads property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ Password property
CIMTYPE'string'
Description'A read/write string value (if present) that causes, together with the UserName property, the worker process to run with the configured Microsoft Windows identity.'
readTrue
writeTrue
Password property is in 13 classes of ROOT\WebAdministration and in 20 namespaces
▲ PingFrequency property
CIMTYPE'datetime'
Description'A read/write datetime value that specifies the time interval at which the ISAPI extension pings the worker process to determine whether the process is running.'
readTrue
writeTrue
PingFrequency property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ PingTimeout property
CIMTYPE'datetime'
Description'A read/write datetime value that specifies the time interval after which a worker process that has stopped responding is restarted.'
readTrue
writeTrue
PingTimeout property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ RequestLimit property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the number of requests that are allowed before ASP.NET automatically starts a new worker process to take the place of the current one.'
readTrue
writeTrue
RequestLimit property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
▲ RequestQueueLimit property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the number of requests that are allowed in the queue before ASP.NET returns the message '503 -- Server Too Busy' to new requests.'
readTrue
writeTrue
RequestQueueLimit property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ ResponseDeadlockInterval property
CIMTYPE'datetime'
Description'A read/write datetime value that specifies the time interval after which the process is restarted if there are queued requests and there has not been a response during the specified interval.'
readTrue
writeTrue
ResponseDeadlockInterval property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ ResponseRestartDeadlockInterval property
CIMTYPE'datetime'
Description'A read/write datetime value, provided for backward compatibility, that specifies the time interval after which the process is restarted if there are queued requests and there has not been a response during the specified interval.'
readTrue
writeTrue
ResponseRestartDeadlockInterval property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ RestartQueueLimit property
CIMTYPE'sint32'
DefaultValue'10'
Description'A read/write sint32 value that specifies the maximum number of requests that IIS queues while it waits for the worker process to restart after a nonstandard termination.'
readTrue
writeTrue
RestartQueueLimit property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ ServerErrorMessageFile property
CIMTYPE'string'
Description'A read/write string value that specifies the contents of a file to use instead of the default message 'Server Unavailable' if a server unexpectedly stops responding.'
readTrue
writeTrue
ServerErrorMessageFile property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces
▲ ShutdownTimeout property
CIMTYPE'datetime'
Description'A read/write datetime value that specifies the amount of time that is allowed for the worker process to shut down.'
readTrue
writeTrue
ShutdownTimeout property is in 3 classes of ROOT\WebAdministration and in 2 namespaces
▲ Timeout property
CIMTYPE'datetime'
Description'A read/write datetime value that specifies the number of minutes until ASP.NET starts a new worker process to take the place of the current one.'
readTrue
writeTrue
Timeout property is in 6 classes of ROOT\WebAdministration and in 9 namespaces
▲ UserName property
CIMTYPE'string'
Description'A read/write string value that specifies that ASP.NET will run the worker process with a Windows identity that differs from the default process identity.'
readTrue
writeTrue
UserName property is in 13 classes of ROOT\WebAdministration and in 33 namespaces
▲ WebGarden property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if the CpuMask property is used to specify which CPUs are qualified to run ASP.NET processes; false if only one worker process is run and CPU usage is scheduled by the Windows operating system.'
readTrue
writeTrue
WebGarden property is in 1 class (ProcessModelSection) of ROOT\WebAdministration and in 2 namespaces

Derived properties (3) of ProcessModelSection class

▲ Location property
CIMTYPE'string'
Description'A read-only string value that contains the path to a target object relative to the current object.'
keyTrue
readTrue
Location property is in 118 classes of ROOT\WebAdministration and in 10 namespaces
▲ Path property
CIMTYPE'string'
Description'A read-only string value that contains the path to the current object.'
keyTrue
readTrue
Path property is in 128 classes of ROOT\WebAdministration and in 30 namespaces
▲ SectionInformation property
CIMTYPE'object:SectionInformation'
Description'A SectionInformation object whose read/write properties provide metadata and control locking for a configuration section.'
readTrue
writeTrue
SectionInformation property is in 116 classes of ROOT\WebAdministration and in 2 namespaces

ProcessModelSection Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'Configures the ASP.NET process model settings on a Web server that is running IIS.'✗✓✓✓✓
DisplayName'Process Model Section'✓✓✓✓✓
dynamicTrue✓✓✓✗✓
factory_clsid'{901a70b2-0f7a-44ea-b97b-1e9299dec8ca}'✓✓✓✗✓
Locale1033✓✓✓✓✓
provider'WebAdministrationProvider'✓✓✓✗✓
section_path'system.web/processModel'✓✓✓✗✓
SupportsUpdateTrue✗✗✓✗✓

ProcessModelSection System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\WebAdministration:ProcessModelSection'___SYSTEM8✗✗
__NAMESPACE'ROOT\WebAdministration'___SYSTEM8✗✗
__SERVER'.'___SYSTEM8✗✗
__DERIVATION['ConfigurationSection']___SYSTEM8✗✓
__PROPERTY_COUNT30___SYSTEM3✗✗
__RELPATH'ProcessModelSection'___SYSTEM8✗✗
__DYNASTY'ConfigurationSection'___SYSTEM8✗✗
__SUPERCLASS'ConfigurationSection'___SYSTEM8✗✗
__CLASS'ProcessModelSection'___SYSTEM8✗✗
__GENUS1___SYSTEM3✗✗

Similar Classes to ProcessModelSection

Number of classes:119
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
AccessSection045----
AnonymousAuthenticationSection075----
AnonymousIdentificationSection0125----
ApplicationContainsConfigurationSection020----
ApplicationDependenciesSection049----
ApplicationInitializationSection079----
AppSettingsSection059----
AspSection0245----
AuthenticationModulesSection049----
AuthenticationSection069----
AuthorizationSection059----
BasicAuthenticationSection075----
CacheSection085----
CachingSection089----
CgiSection065----
ClientCertificateMappingAuthenticationSection045----
ClientTargetSection049----
CompilationSection0249----
ConfigProtectedDataSection059----
ConfigurationHistorySection075----
ConfigurationRedirectionSection095----
ConfigurationSection4735--✓-
ConfigurationSectionWithCollection6839--✓-
ConnectionManagementSection049----
ConnectionStringsSection049----
CustomErrorsSection089----
DateTimeSerializationSection045----
DefaultDocumentSection059----
DefaultProxySection089----
DeviceFiltersSection049----
DigestAuthenticationSection055----
DirectoryBrowseSection055----
DynamicIpSecuritySection089----
FastCgiSection049----
FtpAuthorizationSection049----
FtpCachingSection049----
FtpFirewallSupportSection055----
FtpIpSecuritySection069----
FtpLogSection065----
FtpProviderDefinitionsSection059----
FtpRequestFilteringSection089----
FtpSecurityAuthenticationSection049----
FtpServerRuntimeSection045----
FullTrustAssembliesSection049----
GlobalizationSection0125----
GlobalModulesSection049----
HandlersSection059----
HealthMonitoringSection0109----
HostingEnvironmentSection065----
HttpCompressionSection0229----
HttpCookiesSection065----
HttpErrorsSection0109----
HttpHandlersSection049----
HttpLoggingSection055----
HttpModulesSection049----
HttpProtocolSection069----
HttpRedirectSection099----
HttpRuntimeSection0295----
HttpTracingSection049----
IdentitySection065----
IisClientCertificateMappingAuthenticationSection0109----
IPSecuritySection089----
IsapiCgiRestrictionSection069----
IsapiFiltersSection049----
ListenerAdaptersSection049----
LogSection075----
MachineKeySection0105----
MembershipSection079----
MobileControlsSection079----
ModulesSection069----
OdbcLoggingSection075----
OutputCacheSection085----
OutputCacheSettingsSection049----
PagesSection0289----
PartialTrustVisibleAssembliesSection049----
ProtocolsSection049----
RequestCachingSection095----
RequestFilteringSection0159----
RoleManagerSection0169----
SchemaImporterExtensionsSection049----
SectionInformation040----
SecurityPolicySection049----
ServerRuntimeSection0125----
ServerSideIncludeSection045----
ServiceAutoStartProvidersSection049----
SessionPageStateSection045----
SessionStateSection0209----
SettingsSection095----
SiteContainsConfigurationSection020----
SiteMapSection069----
SmtpMailSettingsSection075----
SqlCacheDependencySection069----
StaticContentSection089----
SystemCodeDomSection049----
SystemDataSection049----
SystemDiagnosticsSection099----
SystemWebDeploymentSection045----
SystemWindowsFormsSection045----
TraceFailedRequestsSection049----
TraceProviderDefinitionsSection049----
TraceSection0105----
TransactionsDefaultSettingsSection055----
TransactionsMachineSettingsSection045----
TrustSection075----
UrlCompressionSection065----
UrlMappingsSection059----
ValidationSection045----
VirtualDirectoryContainsConfigurationSection020----
WebControlsSection045----
WebDavAuthoringRulesSection079----
WebDavAuthoringSection0109----
WebDavGlobalSettingsSection059----
WebLimitsSection0105----
WebRequestModulesSection049----
WebServicesSection0149----
WebSocketSection065----
WindowsAuthenticationSection0109----
XhtmlConformanceSection045----
XmlSerializerSection045----
comments powered by Disqus
WUtils.com