|
|
|
|
|
HResetClient (Función)
Disponible solo con este tipo de conexión
Inicializa la estructura de gestión de los ordenadores Cliente (estructura HClient). // Describe the connection HDescribeConnection("MyConnection", "Julia", "Password", "MyHFServer", "MyDatabase", ... hAccessHFClientServer, hORead) // Open the connection HOpenConnection("MyConnection") ... HResetClient() // Characteristics of the clients to disconnect HClient.Application = "Application.exe" // Disconnect the clients HDisconnectClient("MyConnection", "imminent disconnection", 300)
Sintaxis
<Result> = HResetClient()
<Result>: booleano - True si se realizó la inicialización,
- False si se produce un problema. La función HErrorInfo devuelve más detalles.
Clasificación Lógica de negocio / UI: Lógica de negocio
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|