TsgcSTUNServerPropiedades › 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 eventos OnSTUN*:

Ejemplo

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

Volver a Propiedades