|
|
|
|
|
<Connection variable>.Priority (Function) In french: <Variable Connexion>.Priorité
Available only with this kind of connection
Finds out and modifies the priority of the calling application. Note The higher the priority, the more the server will process application requests first.
MyConnection is Connection
MyConnection.Priority(10)
Syntax
Finding out the priority of the calling application Hide the details
<Result> = <Connection>.Priority()
<Result>: Integer Value of the priority for the 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). <Connection>: Connection variable Name of the Connection variable that describes the connection to the HFSQL server.
Modifying the priority of the calling application Hide the details
<Result> = <Connection>.Priority(<Priority>)
<Result>: Integer Previous value of the priority for the application. <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). Remarks Modification rights The rights to modify the priority are not required to consult or reduce the priority of the current application.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|