Enum IisApplicationPoolIdleTimeoutAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the idle timeout action for an IIS application pool.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisApplicationPoolIdleTimeoutAction
Fields
Suspend = 1
The idle timeout action is suspend.
Terminate = 2
The idle timeout action is terminate.
Unknown = 0
The idle timeout action is unknown.