System.Win.ScktComp.TServerClientThread.EndConnect

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function EndConnect: Boolean;

C++

bool __fastcall EndConnect();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerClientThread

説明

スレッドが別のクライアントのために再実行されるべきかどうかを示します。

Execute メソッドは,ClientExecute メソッドが終了したときに EndConnect メソッドを呼び出します。それは,現在のクライアント接続に関連付けられているメモリをすべて解放し,スレッドが別のクライアント接続のために再使用されているかどうかをチェックします。スレッドを再使用すべきときは,EndConnect は true を返して,ClientExecute メソッドをもう一度呼び出さなければならないことを示します。

関連項目