Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
Server.Close Method

Stops the management of the Remote Adapter and destroys the threads used by this Server. This instance can no longer be used. 

The streams supplied to this instance and the associated sockets are also closed. 

Note that this does not stop the supplied Remote Adapter, as no close method is available in the Remote Adapter interface. If the process is not terminating, then the Remote Adapter cleanup should be performed by accessing the supplied Adapter instance directly and calling custom methods. 

 

C++
public: void Close();
C#
public void Close();
Visual Basic
Public Function Close() As void