TTMSMCPServer.Run Method
Runs the assigned transport's message loop, blocking the calling thread until the transport stops. This is the usual entry point for a console host.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPServer
Inherited from: TTMSMCPCustomServer
Syntax
procedure Run;
Remarks
Unlike Start, this does not create a transport when none is assigned.
Exceptions
| Exception | Description |
|---|---|
Exception |
Raised when no transport has been assigned. |