TsgcSTUNServerPropriedades › NotifyEvents

NotifyEvents Property

Seleciona como os eventos de servidor por thread são sincronizados com o thread VCL/FMX principal.

Sintaxe

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

Valor Padrão

Observações

Define o modelo de threads usado para despachar os eventos OnSTUN*:

Exemplo

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

Voltar para Propriedades