System information

Table Of Contents
i.LON SmartServer 2.0 Programmer’s Reference
21-53
' Closing the client gracefully
' closes the connection and cleans up resources
Try
_iLON.Close()
Finally
_iLON = Nothing
End Try
End Sub
End Class