RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapPascalInvoker.AfterDispatchEvent Event

Occurs after the invoker successfully calls an invokable interface to execute a SOAP request.

Pascal
property AfterDispatchEvent: TAfterDispatchEvent;
C++
__property TAfterDispatchEvent AfterDispatchEvent;

Write a AfterDispatchEvent event handler to examine a SOAP response after the invoker executes a request by calling the target invokable interface. The Invoke method generates this event after it has executed a requested method and generated a response packet.

Note: AfterDispatchEvent only occurs if the method call is successful. If the invoker encounters an exception when trying to execute the specified method, it generates an OnExceptionEvent instead.
 

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