📄️ Runtime Overrides Config File Settings
Specify Endpoint and Data Element overrides via appSettings in the .config file of any application consuming irSDK.
📄️ InRule Runtime Config File Settings
Reference for InRule's inrule.runtime and inrule.repository config sections, which affect memory, execution behavior, timeouts, and licensing.
📄️ InRule Logging Config File Settings
Log InRule application events to the Windows Application Event Log by configuring logger group levels (Debug, Info, Warn, Error, Fatal).
📄️ Rule Application Cache Settings
A compiled Rule Application is stored in an AppDomain cache, holding 25 Rule Applications by default, for reuse across executions.
📄️ Data Query Cache
Configure InRule Runtime's cache for infrequently-changing data query results, covering Lookup, TableLookup, and similar functions.
📄️ EndPoint Assemblies Folder
The locations InRule checks, in order, to find .NET assemblies referenced from a rule application at execution time.
📄️ Execute Query Timeout
Change the Execute SQL Query action's default 30-second timeout via the client configuration file's commandTimeout setting.
📄️ .NET Framework Runtime Config Settings With InRule
Configure .NET Framework runtime settings, such as assembly redirection, that apply alongside InRule.