Event type triggered before using command handlers in an executing peer thread.
TIdBeforeCommandHandlerEvent = procedure (ASender: TIdCommandHandlers; var AData: string; AContext: TIdContext) of object;
Parameters |
Description |
ASender |
Server that owns the peer thread. |
AData |
Command or Data received from the peer thread connection. |
AThread |
The active thread of execution. |
TIdBeforeCommandHandlerEvent specifies an event type triggered before using command handlers in an executing peer thread. TIdBeforeCommandHandlerEvent is the event type signalled for the TIdTCPServer.OnBeforeCommandHandler event handler.
TIdAfterCommandHandlerEvent 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.
|