Table of Contents

TTMSMCPTransport.ProcessMessages Method

Processes whatever inbound traffic is currently pending, then returns.

API unit family: TMS.MCP.Transport Declaring type: TTMSMCPTransport

Syntax

procedure ProcessMessages; virtual; abstract;

Remarks

Implemented by the descendant, and meaningful only for a channel that is driven by the caller's own loop. A channel whose underlying server delivers requests through its own callbacks or worker threads has nothing to do here and implements this as an empty method.