Enum IisApplicationPoolRecyclingEvents
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the recycling events to generate.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisApplicationPoolRecyclingEvents
Fields
ConfigChange = 64
Application pool configuration change events are logged.
IsapiUnhealthy = 16
An ISAPI extension has not responded to a health-monitoring request.
Memory = 8
A used or virtual memory limit that is specified in the Memory property has been reached.
None = 0
No events are logged.
OnDemand = 32
An administrator has manually triggered a recycle.
PrivateMemory = 128
Private memory has reached the amount specified in the PrivateMemory property.
Requests = 2
The number of requests specified in the Requests property has been reached.
Schedule = 4
A scheduled recycle specified in the Schedule has occurred.
Time = 1
Specific time events are logged.
Unknown = -1
The recycling events to log are unknown.