Table of Contents

TTMSMCPServer.OnRootsChanged Event

Occurs when a client reports that its exposed roots changed. Call RequestRootsList from the handler to retrieve the new list.

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

Syntax

OnRootsChanged: TTMSMCPRootsChangedEvent;

Remarks

The notification carries no payload: it only announces that the previously retrieved list is stale.

Parameters

Name Description
Sender Server that received the notification.