TsgcSTUNClient › 속성 › NotifyEvents
스레드된 이벤트가 메인 VCL/FMX 스레드와 동기화되는 방식을 선택합니다.
property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;
—
OnSTUN* 이벤트를 디스패치하는 데 사용되는 스레딩 모델을 정의합니다:
TThread.Synchronize를 사용하여 메인 스레드와 동기화됩니다.oSTUN.NotifyEvents := neAsynchronous;
oSTUN.SendRequest;