System.Win.ScktComp.TServerType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TServerType = (stNonBlocking, stThreadBlocking);

C++

enum DECLSPEC_DENUM TServerType : unsigned char { stNonBlocking, stThreadBlocking };

Properties

Type Visibility Source Unit Parent
enum public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

Description

Describes whether the server is blocking or thread blocking.

TServerType describes whether a server is blocking or unblocking relative to concurrent accessing.

See Also