Table of Contents

Enum IisApplicatonPoolStartMode

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

Represents the start mode mode for an IIS application pool.

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

Fields

AlwaysRunning = 2

The start mode is AlwaysRunning.

OnDemand = 1

The start mode is OnDemand.

Unknown = 0

The start mode is unknown.