Refreshes the cached variable values.

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

Syntax

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

Remarks

Refresh should be called any time the underlying cached variable data is changed, or periodically if iBO is running on a remote machine.

See Also