...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxDefineClientName (myClientName : STRING)
status : INTEGER;
|
The xpxDefineClientName function assigns a name to a thick client connection on the EDM Server.
When a client connects to thr EDM Server the connection will be visible by invoking edmiWhoIsOn. If a client name is not defined for the connection it may be difficult to determine which connection belongs to which client. By defining a client name, listing of connected clients becomes more readable. Only the connected client may define its client name.
The argument <clientName> specifies
Arguments
...
Type | Name | Comment |
STRING | myClientName | the name of the new client. Client names are case insensitive. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|