Refreshes the cached configuration variable values.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public void Refresh( string connectionString ) |
| Visual Basic |
|---|
Public Sub Refresh ( _ connectionString As String _ ) |
| Visual C++ |
|---|
public: void Refresh( String^ connectionString ) |
Parameters
- connectionString
- Type: System..::..String
The database connection string to be used to connect to the iMIS database supplying the values.
Remarks
Refresh should be called any time a configuration variable is changed via the GUI, or
periodically if iBO is running on a remote machine.
Exceptions
| Exception | Condition |
|---|---|
| Asi.iBO..::..InvalidSystemSettingException | thrown if any of the AR_Control parameters cannot be parsed. |