|
|
|
|
|
<Connection variable>.PriorityClient (Function) In french: <Variable Connexion>.PrioritéClient
Available only with this kind of connection
Modifies the priority of a client application. The applications whose priority must be modified are the client applications described in the HClient structure. Note The higher the priority of the client application, the more the server will process requests from this application first.
MaConnexion is Connection
HClient.Application = "MonApplicationCliente"
MaConnexion.PriorityClient(5)
Syntax
<Result> = <Connection>.PriorityClient(<Priority>)
<Result>: Boolean - True if the priority change has taken place,
- False otherwise. HError is used to identify the error.
<Connection>: Connection variable Name of the Connection variable that describes the connection to the HFSQL server. <Priority>: Integer New value of the priority that will be assigned to the client application. This value is found between -10 (low priority) and 10 (high priority). By default, the priority is set to 0 when the application is started (standard priority).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|