Table of Contents

TTMSFNCWebSocketServer.AutoSyncEvents Property

Determines whether received-message and connection events are automatically dispatched on the main thread. When True handlers run synchronized with the main thread; when False they run on the connection's worker thread and the handler is responsible for thread safety.

API unit family: TMSFNCWebSocketServer Declaring type: TTMSFNCWebSocketServer Inherited from: TTMSFNCCustomWebSocketServer Type: Boolean

Syntax

property AutoSyncEvents: Boolean;