System.Win.ScktComp.TServerClientThread.ReActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReActivate(ASocket: TServerClientWinSocket);

C++

void __fastcall ReActivate(TServerClientWinSocket* ASocket);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerClientThread

Description

Initializes the thread for a particular client connection.

ReActivate is called when the thread is created or reactivated from the server socket's cache of threads. ReActivate assigns the Error and Event methods as event handlers for the associated TServerWinSocket and informs the server socket that the thread is now active.

See Also