tsNetCloseConn |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | tsNetCloseConn <pConnectionID>
|
Associations | tsnet |
Summary | Removes the specified connection from memory.
|
Edition | Indy |
Introduced | 8.1 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Parameters | Name | Type | Description |
---|
pConnectionID | | The identifier of the transfer to remove.
|
|
Example | tsNetCloseConn "myConnID"
|
Values | Name | Type | Description |
---|
The result | | The tsNetCloseConn command sets the result to empty if the
connection was found. If the connection identifier is invalid an error
will be returned that starts with "tsneterr:".
|
|
Related | Library: tsNet
|
Description | Removes the specified connection from memory.
|
Tags | externals |