Table of Contents

Enum IisApplicatonPoolState

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

Represents the state for an IIS application pool.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisApplicatonPoolState

Fields

Started = 1

The application pool is started.

Starting = 2

The application pool is starting.

Stopped = 3

The application pool is stopped.

Stopping = 4

The application pool is stopping.

Unknown = 0

The state is unknown.