System.Win.ScktComp.TCustomServerSocket.GetThreadCacheSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetThreadCacheSize: Integer;

C++

int __fastcall GetThreadCacheSize();

Properties

Type Visibility Source Unit Parent
function protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp 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.

See Also