LogoutConnectionId - cConnection
Performs a log out for a passed Connection ID
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sId | String | Connection ID |
Syntax
Procedure LogoutConnectionId String sId
Call Example
Send LogoutConnectionId sId
Description
This performs a log out for a passed Connection ID parameter.
This will log out the connection and close any tables opened under the connection.
The LogoutAllConnections procedure can be used to perform a logout for all connections.
The UnRegisterAllConnections procedure can be used to remove and log out of all connections.