Table of Contents

TTMSMCPTransportSessionRemovedEvent Event Type

Reports that a session-aware transport has ended a session.

API unit family: TMS.MCP.Transport

Remarks

Fired when the client explicitly terminates the session, when the session is purged after being idle longer than the transport's timeout, and for every remaining session when the transport stops. The handler should release whatever per-session state it holds, because the identifier will not be used again.

Parameters

Name Description
SessionId Identifier of the session that ended.