System.Win.ScktComp.TServerType

提供:RAD Studio API Documentation

Delphi

TServerType = (stNonBlocking, stThreadBlocking);

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

説明

サーバーがブロッキング モードかスレッド ブロッキング モードかを表します。

TServerType は、同時アクセスに対してサーバーがブロッキング モードか非ブロッキング モードかを表します。

関連項目