Table of Contents

TTMSMCPServerBuilder.EnableResourceNotifications Method

Turns resource list-changed notifications on or off.

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

Syntax

class function EnableResourceNotifications(AEnable: Boolean = True): TTMSMCPServerBuilderClass;

Parameters

Name Description
AEnable True to broadcast a notification whenever the resource collection changes. Defaults to True.

Returns

Builder class to chain the next step on.