ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / WEBDEV Application Server remote control functions
  • Overview
  • How to?
  • Managing WEBDEV accounts
  • Manage connections
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
Starting with version 28, you can remotely control the WEBDEV Application Server. This new feature makes it possible to automate actions, make these actions available using a custom UI, and create custom monitoring and statistics tools.
This can be done from a WINDEV application or WEBDEV site.
These are some of the actions that can be automated:
  • Manage WEBDEV accounts: create, delete, list accounts...
  • Manage connections: list connections, disconnect users, get the number of connected users, etc.
  • ...
How to?

Managing WEBDEV accounts

To remotely manage WEBDEV accounts:
  1. Define a variable of type WBAdminAuth. This variable allows you to define the characteristics of the API used to remotely manage a WEBDEV Application Server.
  2. Use a variable of type WBAdminAccount.
Caution: To add WEBDEV accounts, the Windows account used must be the Server administrator.

Manage connections

To remotely manage connections:
  1. Define a variable of type WBAdminAuth. This variable allows you to define the characteristics of the API used to remotely manage a WEBDEV Application Server.
  2. Use a variable of type WBAdminConnection. The list of active connections can be retrieved using WBAdminListConnection. You can delete a connection using WBAdminDisconnect.
    Minimum version required
    • Version 28
    This page is also available for…
    Comments
    Click [Add] to post a comment

    Last update: 05/02/2023

    Send a report | Local help