Refreshes the cached variable values if the supplied interval has passed since the last refresh.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public void PeriodicRefresh( int intervalSeconds ) |
| Visual Basic (Declaration) |
|---|
Public Sub PeriodicRefresh ( _ intervalSeconds As Integer _ ) |
| Visual C++ |
|---|
public: void PeriodicRefresh( int intervalSeconds ) |
Parameters
- intervalSeconds
- Type: System..::.Int32
The number of seconds between refreshes
Remarks
Refresh should be called any time the underlying cached variable data is changed, or
periodically if iBO is running on a remote machine.