Salesforce

RqRtApp (Magic xpa 2.x)

« Go Back

Information

 
Approval Process StatusPublished
Objective
Description

RqRtApp (Magic xpa 2.x)

Returns information about one application supported by one or more runtime engines registered in the broker.

Syntax:

RqRtApp(service/server name, entry number)

Parameters:

service/server name: An Alpha variable or constant with a service or server name.

entry number: Numeric value indicating the internal number of the application, within all applications queried using RqRtApps (RqRtApps must be called before).

Returns:

A string with the following comma-delimited information:

application name: The application name.

host name: The host where the enterprise server is activated.

port number: The port that the enterprise server is listening to.

Example:

RqRtApp('Data Server', BD) where the virtual, numeric variable BD temporarily stores an application number that has been generated through the execution of the RqRtApps function.

See also:

The Online and Rich Client Samples projects (program ES03 and RES03)

Reference
TitleRqRtApp (Magic xpa 2.x)
URL NameRqRtApp-xpa