Table of Contents

Class IisAspComPlusSettings

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

Represents the classic ASP COM+ settings.

public class IisAspComPlusSettings : GlobalSerializableBase
Inheritance
IisAspComPlusSettings

Constructors

IisAspComPlusSettings()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisAspComPlusSettings class.

public IisAspComPlusSettings()

Properties

EnableSxS

Gets or sets whether to enable side by side component.

public BooleanOption EnableSxS { get; set; }

Property Value

BooleanOption

EnableTracker

Gets or sets whether to enable tracker.

public BooleanOption EnableTracker { get; set; }

Property Value

BooleanOption

ExecuteInMta

Gets or sets whether to run ASP in a multithreaded environment.

public BooleanOption ExecuteInMta { get; set; }

Property Value

BooleanOption

HonorComponentThreadingModel

Gets or sets whether to honor the component threading model.

public BooleanOption HonorComponentThreadingModel { get; set; }

Property Value

BooleanOption

PartitionId

Gets or sets the partition identifier.

public Guid PartitionId { get; set; }

Property Value

Guid

SxsComponent

Gets or sets the side by side component name.

public string SxsComponent { get; set; }

Property Value

string

UsePartition

Gets or sets whether COM+ partitioning is enabled.

public BooleanOption UsePartition { get; set; }

Property Value

BooleanOption

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisAspComPlusSettings class from the specified Xml.

public static IisAspComPlusSettings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisAspComPlusSettings object

Returns

IisAspComPlusSettings

A CENTREL.XIA.Configuration.Types.IisAspComPlusSettings class from the specified Xml.