Returns an information string of a given context identified by the context ID.
|
Syntax:
|
RqCtxInf(service/server name, context id, query password)
|
Parameters:
|
service/server name: An Alpha variable or constant with a service or server name.
context id: A value of the context ID.
query password: An Alpha variable or constant with the password specified in the Broker initialization file.
|
Returns:
|
A string with the following comma-delimited information:
-
Enterprise server – The host and port of the enterprise server that handles this context.
-
Application name – The application within which the context was opened.
|
Example:
|
RqCtxInf('My Service','1324543108','MY PASS')
|
|
This example returns the following information string for the given context:
|
|
machine1/1607,My Application
|
Exception:
|
This function is supported only while using the Broker as a middleware.
|
See also:
|
The Online and Rich Client Samples projects (program ES08 and RES08)
|