Table of Contents

TTMSMCPClientTransport.Start Method

Brings the transport into the running state so that messages can be exchanged.

API unit family: TMS.MCP.Client.Transport Declaring type: TTMSMCPClientTransport

Syntax

procedure Start; virtual; abstract;

Remarks

What this involves depends on the channel: a descendant may launch the server process, open a stream to it, or only mark itself ready and connect lazily with the first message. Configure the descendant fully before calling this.