TsgcTURNServer属性 › NotifyEvents

NotifyEvents 属性

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

语法

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

默认值

备注

定义用于分发所有服务器事件(OnSTUN*OnTURN*)的线程模型:

示例

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

返回属性