Table of Contents

Class IisApplicationPoolProcessOrphaningSettings

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

Represents the process orphaning settings for a Microsoft IIS server application pool.

public class IisApplicationPoolProcessOrphaningSettings : GlobalSerializableClassicBase
Inheritance
IisApplicationPoolProcessOrphaningSettings

Constructors

IisApplicationPoolProcessOrphaningSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisApplicationPoolProcessOrphaningSettings class.

public IisApplicationPoolProcessOrphaningSettings()

Properties

Enabled

Gets or sets whether process orphaning is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

Executable

Gets or sets the executable.

public string Executable { get; set; }

Property Value

string

Parameters

Gets or sets the parameters.

public string Parameters { get; set; }

Property Value

string

Methods

ToString()

Returns the process orphaning settings as a human readable string.

public override string ToString()

Returns

string

The process orphaning settings as a human readable string.