Table of Contents

TTMSMCPCustomServer.SendResourceUpdatedForSession Method

Sends a resource-updated notification to one session, but only when that session subscribed to the URI. A session that did not subscribe receives nothing.

API unit family: TMS.MCP.Server Declaring type: TTMSMCPCustomServer

Syntax

procedure SendResourceUpdatedForSession(const ASessionId, AURI: string);

Parameters

Name Description
ASessionId Identifier of the session to notify.
AURI URI of the resource whose content changed.