TsgcSTUNClientプロパティ › NotifyEvents

NotifyEvents プロパティ

スレッドイベントをメインVCL/FMXスレッドと同期する方法を選択します。

構文

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

デフォルト値

解説

OnSTUN* イベントのディスパッチに使用するスレッドモデルを定義します:

使用例

oSTUN.NotifyEvents := neAsynchronous;
oSTUN.SendRequest;

プロパティに戻る