TTMSMCPClientTransportSSE.OnInitialized Event
Occurs once the server has named the address the client must post its messages to, which is the point where the transport becomes able to send.
API unit family: TMS.MCP.Client.Transport.SSE
Declaring type: TTMSMCPClientTransportSSE
Type: TNotifyEvent
Syntax
property OnInitialized: TNotifyEvent;
Remarks
Raised on the worker that reads the stream, so a handler that touches the user interface must marshal the work. It is raised again whenever the server repeats the announcement.