Event type triggered after using command handlers in an executing peer thread.
TIdAfterCommandHandlerEvent = procedure (ASender: TIdCommandHandlers; AContext: TIdContext) of object;
Parameters |
Description |
ASender |
Server that owns the peer thread. |
AThread |
The active thread of execution. |
TIdAfterCommandHandlerEvent specifies an event type triggered after using command handlers in an executing peer thread. TIdAfterCommandHandlerEvent is the event type signalled for the TIdTCPServer.OnAfterCommandHandler event handler.
TIdBeforeCommandHandlerEvent TIdNoCommandHandlerEvent TIdCommandEvent
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |