Table of Contents

TTMSMCPServerBuilder.EnableSampling Method

Turns the sampling capability on or off.

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

Syntax

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

Parameters

Name Description
AEnable True to advertise sampling and allow server-initiated completion requests. Defaults to True.

Returns

Builder class to chain the next step on.