Refreshes the cached configuration variable values.

Namespace: Asi.iBO.Commerce
Assembly: 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

ExceptionCondition
Asi.iBO..::..InvalidSystemSettingExceptionthrown if any of the Dues_Control parameters cannot be parsed.

See Also