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 は、同時アクセスに対してサーバーがブロッキング モードか非ブロッキング モードかを表します。

関連項目