TsgcTURNServerProprietà › NotifyEvents

NotifyEvents Proprietà

Seleziona come gli eventi del server in thread vengono sincronizzati con il thread principale VCL/FMX.

Sintassi

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

Valore predefinito

Note

Definisce il modello di threading utilizzato per distribuire tutti gli eventi del server (OnSTUN* e OnTURN*):

Esempio

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

Torna alle Proprietà