LogoutConnectionId - cConnection

Performs a log out for a passed Connection ID

Type: Procedure

Parameters: String sId

ParameterDescription
sIdConnection ID


Syntax
Procedure LogoutConnectionId String sId

Call: 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.