TTMSMCPTransport.Start Method
Opens the channel so clients can connect and messages can be exchanged.
API unit family: TMS.MCP.Transport
Declaring type: TTMSMCPTransport
Syntax
procedure Start; virtual; abstract;
Remarks
Implemented by the descendant. An implementation is expected to raise when it is asked to start without a message handler assigned, and to leave TTMSMCPTransport.Running reporting True once the channel is up.