RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.AfterDispatch Event

Occurs after the XML broker generates the content of a response message.

Pascal
property AfterDispatch: THTTPMethodEvent;
C++
__property THTTPMethodEvent AfterDispatch;

Write an AfterDispatch event handler to perform any final actions before sending a response back to the Web browser that sent the XML broker an update message. Usually by the time AfterDispatch occurs, the XML broker has already applied the updates and generated the response message (using the ReconcileProducer or one of the events that occurs when the XML broker receives an update request). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!