IConfigureSystem Interface

Represents the configure deployed system operations, and is implemented by Unisys.AgileBusiness.RuntimeAPI.RuntimeConfig class.

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public interface IConfigureSystem

The IConfigureSystem type exposes the following members.

Methods

  NameDescription
Public methodSetComponentProperties
Sets the Pooling settings and User Role information of AB Suite Generated Components
Public methodSetDataReader
Configures Runtime to use the MSSQL feature DataReader
Public methodSetMultiBehavior
Configures Runtime to use “Multi” behavior for database reads
Public methodSetPhasedSql
Configures runtime to use Phased/Non-Phased SQL for database reads
Public methodSetTransactionIsolationLevel
Sets the “Transaction Isolation Level” in runtime
Top
See Also