tsNetCloseConn

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
tsNetCloseConn <pConnectionID>
Associationstsnet
Summary

Removes the specified connection from memory.

EditionIndy
Introduced8.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
pConnectionID

The identifier of the transfer to remove.

Example
tsNetCloseConn "myConnID"
Values
NameTypeDescription
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:".

RelatedLibrary: tsNet
Description

Removes the specified connection from memory.

Tagsexternals