Indy 9
TIdAfterCommandHandlerEvent
See Also, Unit: IdTCPServer
Specifies the event type triggered after using command handlers in an executing peer thread.
TIdAfterCommandHandlerEvent = procedure (ASender: TIdTCPServer; AThread: TIdPeerThread) of object;
Unit
IdTCPServer
Parameters
ASender
Server that owns the peer thread.
AThread
The active thread of execution.
Description
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.