ngaReloadRemoteDbParamsForSystem()
The function reloads the entire cache similar to ngaReloadAllRemoteDbParams() but will only reload the settings for the stated system.
Synopsis
int ngaReloadRemoteDbParamsForSystem(int systemNum | string systemName);
Parameter
Parameter | Description |
---|---|
systenNum | System ID of the system for which the settings should be reloaded. |
systenName | System name of the system for which the settings should be reloaded. |
Return value
The function returns:
- 0 on success
- -1 in case of an error.
Use getLastError() to retrieve an error message
Description
Reloads the entire cache of the stated system.
Assignment
NGA - CtrlNgaFrontend
Availability
CTRL