System.Win.ScktComp.TThreadNotifyEvent

提供: RAD Studio API Documentation
移動先: 案内検索

C++

typedef void __fastcall (__closure *TThreadNotifyEvent)(System::TObject* Sender, TServerClientThread* Thread);

プロパティ

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

説明

TServerClientThread にイベントが発生したことを通知するイベント ハンドラの型です。

TThreadNotifyEvent 手続きは、TServerClientThread の開始時または終了時に特定のアクションを実行するのに使用されます。

Sender パラメータは、TServerClientThread を開始するソケットを表します。

関連項目