Table of Contents

TTMSMCPServer.BroadcastNotification Method

Sends a ready-made JSON-RPC notification to every connected session. Does nothing when no transport is assigned.

API unit family: TMS.MCP.Server Declaring type: TTMSMCPServer Inherited from: TTMSMCPCustomServer

Syntax

procedure BroadcastNotification(const AJsonRpc: string);

Parameters

Name Description
AJsonRpc Complete JSON-RPC notification text.