RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SOAPPasInv.TAfterDispatchEvent Type

TAfterDispatchEvent is the type of the AfterDispatchEvent event on an invoker component.

Pascal
TAfterDispatchEvent = procedure (const MethodName: string; SOAPResponse: TStream) of object;
C++
(const MethodName: string; SOAPResponse: TStream) ( TAfterDispatchEvent)();

TAfterDispatchEvent is the type of the AfterDispatchEvent event handler, which is called after an invoker executes a request by calling the target invokable interface. 

MethodName is the name of the method that was just called. 

SOAPResponse is a stream from which the event handler can read or alter the response packet that represents the results of the method call. 

 

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