TsgcSTUNServer属性 › NotifyEvents

NotifyEvents 属性

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

语法

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

默认值

备注

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

示例

oSTUN.NotifyEvents := neAsynchronous;
oSTUN.Active := True;

返回属性