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 = 64Application pool configuration change events are logged.
IsapiUnhealthy = 16An ISAPI extension has not responded to a health-monitoring request.
Memory = 8A used or virtual memory limit that is specified in the Memory property has been reached.
None = 0No events are logged.
OnDemand = 32An administrator has manually triggered a recycle.
PrivateMemory = 128Private memory has reached the amount specified in the PrivateMemory property.
Requests = 2The number of requests specified in the Requests property has been reached.
Schedule = 4A scheduled recycle specified in the Schedule has occurred.
Time = 1Specific time events are logged.
Unknown = -1The recycling events to log are unknown.