System.Win.ScktComp.TCustomServerSocket.SetThreadCacheSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetThreadCacheSize(Value: Integer);

C++

void __fastcall SetThreadCacheSize(int Value);

Properties

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

Description

Sets the ThreadCacheSize property.

Applications cannot call this protected method. SetThreadCacheSize sets the ThreadCacheSize property of the TServerWinSocket object that describes the server endpoint of the listening connection. Server socket objects use TServerWinSocket to implement their ThreadCacheSize property.

See Also