Table of Contents

TTMSMCPClientTransportMessageEvent Event Type

Reports one protocol message that a client transport received from the connected server.

API unit family: TMS.MCP.Client.Transport

Remarks

Transports that read on a background worker raise this notification on that worker rather than on the thread that started the transport, so a handler that touches the user interface has to marshal the work itself.

Parameters

Name Description
AMessage Raw JSON-RPC payload of a single message, without the framing the underlying channel adds.