TsgcSTUNClient属性 › NotifyEvents

NotifyEvents 属性

选择线程事件与主 VCL/FMX 线程的同步方式。

语法

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

默认值

备注

定义用于分发 OnSTUN* 事件的线程模型:

示例

oSTUN.NotifyEvents := neAsynchronous;
oSTUN.SendRequest;

返回属性