TTMSMCPServer.Start Method
Starts serving: creates a standard input/output transport when none was assigned, then starts the transport so it begins accepting messages.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPServer
Inherited from: TTMSMCPCustomServer
Syntax
procedure Start;
Remarks
Returns as soon as the transport is running. Use Run when the calling thread should block for the lifetime of the server instead.
Exceptions
| Exception | Description |
|---|---|
Exception |
Raised when no transport was assigned and the default one could not be created. |