Table of Contents

TTMSMCPServer.OnElicitationComplete Event

Occurs when a client reports that an out-of-band elicitation finished. The handler takes ownership of the content object passed to it.

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

Syntax

OnElicitationComplete: TTMSMCPElicitationCompleteEvent;

Remarks

Match the result back to the original request through the identifier. When no handler is assigned the collected content is discarded.

Parameters

Name Description
Sender Server that received the notification.
AElicitationId Identifier of the elicitation that completed, as supplied when it was requested.
AContent Collected field values, or nil when the notification carried none. The handler takes ownership of this object and is responsible for freeing it.