TTMSMCPSseTransport.Run Method
Starts the channel if needed and parks the calling thread until it stops.
API unit family: TMS.MCP.Transport.SSE
Declaring type: TTMSMCPSseTransport
Syntax
procedure Run; override;
Remarks
This call blocks and does no work of its own, since requests are served on the underlying server's threads. It exists to keep a console host alive; ending it requires TTMSMCPSseTransport.Stop from a handler or another thread.