TTMSMCPTransport.Stop Method
Closes the channel and releases the resources it opened.
API unit family: TMS.MCP.Transport
Declaring type: TTMSMCPTransport
Syntax
procedure Stop; virtual; abstract;
Remarks
Implemented by the descendant. An implementation is expected to be safe to call on a channel that is already stopped, and to report every session it drops through TTMSMCPTransport.OnSessionRemoved.