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
EnableTracker
Gets or sets whether to enable tracker.
public BooleanOption EnableTracker { get; set; }
Property Value
ExecuteInMta
Gets or sets whether to run ASP in a multithreaded environment.
public BooleanOption ExecuteInMta { get; set; }
Property Value
HonorComponentThreadingModel
Gets or sets whether to honor the component threading model.
public BooleanOption HonorComponentThreadingModel { get; set; }
Property Value
PartitionId
Gets or sets the partition identifier.
public Guid PartitionId { get; set; }
Property Value
SxsComponent
Gets or sets the side by side component name.
public string SxsComponent { get; set; }
Property Value
UsePartition
Gets or sets whether COM+ partitioning is enabled.
public BooleanOption UsePartition { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisAspComPlusSettings class from the specified Xml.
public static IisAspComPlusSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisAspComPlusSettings object
Returns
- IisAspComPlusSettings
A CENTREL.XIA.Configuration.Types.IisAspComPlusSettings class from the specified Xml.