Table of Contents

Enum IisApplicationPoolProcessModelEvents

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the process model events to generate.

[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisApplicationPoolProcessModelEvents

Fields

IdleTimeout = 1

The idle timeout reached event is logged.

None = 0

No events are logged.

Unknown = -1

The process model events to log are unknown.