TsgcSTUNServer속성 › NotifyEvents

NotifyEvents Property

스레드화된 서버 이벤트가 메인 VCL/FMX 스레드와 어떻게 동기화되는지 선택합니다.

구문

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

기본값

설명

OnSTUN* 이벤트를 디스패치하는 데 사용되는 스레딩 모델을 정의합니다:

예제

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

속성으로 돌아가기