RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientThread.EndConnect Method

Indicates whether the thread should execute again for another client.

Pascal
function EndConnect: Boolean;
C++
__fastcall Boolean EndConnect();

The Execute method calls EndConnect when the ClientExecute method finishes. It frees all memory associated with the current client connection and checks whether the Thread is being reused for another client connection. If the thread should be reused, EndConnect returns true to indicate that the ClientExecute method should be called again. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!