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
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|