|
|
|
|
|
HListServer (Function)
Disponible solo con este tipo de conexión
Lists the HFSQL servers installed on a computer. Warning: This function requires access to the MantaManager service (port 4999).
// Fills the LIST_Server list ListAdd(LIST_Server, HListServer("doccomputer"))
Sintaxis
<Result> = HListServer(<Computer name> [, <Timeout>])
<Result>: Character string LIst of HFSQL servers found on the specified computer. This list has the following format:
<Name of server 1> + TAB + <Port of server 1> + CR + ... + CR + <Name of server N> + TAB + <Port of server N> <Computer name>: Character string Name of computer on which the HFSQL servers are sought. This parameter can correspond to: - the name of the computer,
- an IP address (Ipv4 or Ipv6).
<Timeout>: Optional integer Maximum timeout (in milliseconds) for a response from the MantaManager service. This parameter can correspond to: - an integer representing the number of milliseconds,
- a Duration variable,
- direct indication of duration (e.g. 10 ms).
This parameter corresponds to 5000 ms by default. Clasificación Lógica de negocio / UI: Lógica de negocio
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|