RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLinkedWebNode.Invoker Property

Executes encoded method calls received from the associated TLinkedRIO object.

Pascal
property Invoker: TSoapPascalInvoker;
C++
__property TSoapPascalInvoker Invoker;

Invoker is the internal invoker component that looks up method calls in the invocation registry, forwards encoded requests to the registered implementation class, and returns the encoded results for the associated TLinkedRIO object. 

 

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