This function is used to delete an occurrence of a logical server, whether it was read in the client configuration file or was added by the VaToolBxAddLogicalServer function.
Important: This function must be used in the program's client part.
Context
Windows client,
Java client,
Adelia Cloud client,
Event Adelia client.
Parameters
ALPHA(30) |
ServerName |
Name of the logical server to be removed. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Example
ServerName = 'MY_SERVER'
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxRemoveLogicalServer' ServerName ReturnCode
List of the VaToolBx functions by topic