CloseSession
What it does
Closes a previously opened connection to the Application Server.
Definition
void CloseSession( int sessionId );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server to be closed |
Returned value
None.
4/12/2024 6:16:01 PM