Refreshes the cached configuration variable values.

Namespace: Asi.iBO.ContactManagement
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 a configuration variable is changed via the GUI, or periodically if iBO is running on a remote machine.

See Also