Refreshes the cached variable values.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public static void Refresh()
Visual Basic
Public Shared Sub Refresh
Visual C++
public:
static 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