Products Downloads


French version


 


This function is used to delete an occurrence of a physical server, whether it was read in the client configuration file or was added by the VaToolBxAddPhysicalServer function.


Important: This function must be used in the program's client part.


Context

  • Windows client

  • Java client

  • Adelia Web client
  • Adelia Cloud client

  • Event Adelia client


Parameters

ALPHA(30)

ServerName

Name of the physical 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 = 'SITE_LONDON'

CALL_DLL 'VATOOLBX.DLL' 'VaToolBxRemoveLogicalServer' ServerName ReturnCode


List of the VaToolBx functions by topic


↑ Top of page