TsgcTURNServerPropiedades › NotifyEvents

NotifyEvents Propiedad

Selecciona cómo se sincronizan los eventos del servidor en hilos con el hilo principal de VCL/FMX.

Sintaxis

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

Valor Predeterminado

Observaciones

Define el modelo de hilos utilizado para despachar todos los eventos del servidor (OnSTUN* y OnTURN*):

Ejemplo

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

Volver a Propiedades