Soap.SOAPPasInv.TAfterDispatchEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TAfterDispatchEvent)(const System::UnicodeString MethodName, System::Classes::TStream* SOAPResponse);

Properties

Type Visibility Source Unit Parent
typedef public Soap.SOAPPasInv.hpp Soap.SOAPPasInv Soap.SOAPPasInv

Description

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

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.

See Also