TTMSMCPTransport.BroadcastNotification Method
Pushes a server-initiated notification to every open session.
API unit family: TMS.MCP.Transport
Declaring type: TTMSMCPTransport
Syntax
procedure BroadcastNotification(const ANotification: string); virtual;
Remarks
Does nothing on a channel that does not track sessions, which is the behavior inherited from this class.
Parameters
| Name | Description |
|---|---|
ANotification |
Notification text to send, normally a JSON-RPC notification. |