Event handler signalled after execution of the client connection context.
property OnAfterRun: TIdContextAfterRun;
OnAfterRun is a TIdContextAfterRun event handler property signalled when the executable task for the client connection context has completed execution.
The session context is passed as an argument to the event handler procedure.
TIdContext.OnAfterRun is used when execution of the task in OnRun has been completed, and prior to removing the task for the session contexts in the TCP server.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|