ScktComp.TCustomServerSocket.GetThreadCacheSize
From RAD Studio VCL Reference
Contents |
Delphi Information
From ScktComp.pas
function GetThreadCacheSize(): Integer;
Unit: ScktComp
Type: method
Visibility: protected
Member Of: TCustomServerSocket
C++ Information
From ScktComp.hpp
int __fastcall GetThreadCacheSize(void);
Unit: ScktComp
Type: method
Visibility: protected
Member Of: TCustomServerSocket
Description
Returns the value of the ThreadCacheSize property.
Applications cannot call this protected method. GetThreadCacheSize returns the value of the ThreadCacheSize property of the TServerWinSocket object that describes the server endpoint of the listening connection.