RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientThread.DoTerminate Method

Removes the thread from the list of active threads maintained by the associated server socket.

Pascal
procedure DoTerminate; override;
C++
virtual __fastcall DoTerminate();

DoTerminate overrides the inherited method to suppress the OnTerminate event. Instead, it removes the thread from the Connections property of the associated TServerWinSocket. The thread is then either added to the server socket's thread cache or destroyed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!