Refreshes the cached configuration variable values.

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public void Refresh()
Visual Basic (Declaration)
Public Sub Refresh
Visual C++
public:
void Refresh()

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.

See Also