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 = 1The idle timeout action is suspend.
Terminate = 2The idle timeout action is terminate.
Unknown = 0The idle timeout action is unknown.