RegistryConfigurations Enumeration

Runtime registry configurations.

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

public enum RegistryConfigurations
Members

  Member nameValueDescription
UseFileToStorePassword0 Allows to store database passwords in a file
UseAlternateEncryption1 Allows to use alternative encryption mechanism
UseHubSocket2 Allows to use HubSocket service for hub transactions
HubToBusinessIntegratorHost3 Specifies the destination host of hub is Business Integrator host
HubToOS2200Host4 Specifies the destination host of hub is OS2200 host
TextOutputForDirectReports5 Specifies if the flat file is required for Direct reports
AllowConsolePopups6 Allows the pop-up messages to be displayed in the console session
UseTagSort7 Allows to use TagSort for sorting extract files
IspecMapCullMemoryLimit8 Specifies the threshold value for the Ispec map culling algorithm
IspecMapCullTxnCnt9 Specifies the number of transactions between running the ispec map culling algorithm
RecycleVirtualMemSizeLimit10 Specifies the virtual memory size limit that a dllhost to be recycled
None11 None
See Also