TROAsyncProxy

From RemObjects Software

Jump to: navigation, search

This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.



Overview

This class forms the base for proxy classes in the _Async units generated from your RODL.

Use Case

You will usually not deal directly with classes of this type, but cast client-side service interfaces to IROAsyncInterface to access some of the properties it provides.

File

  • uROAsync

Declaration

TROAsyncProxy = class(TInterfacedObject, IUnknown, IROAsyncInterface);

Hierarchy

  • TInterfacedObject
    • TROAsyncProxy

Properties

Property
Type
Description
__InterfaceName string The name of the service that this proxy references.

This property is used by auto-generated code in your _Async units; you will not usually access this property directly.

__Message IROMessage Message component that this proxy is configured to use.

This property is used by auto-generated code in your _Async units; you will not usually access this property directly.

__TransportChannel IROTransportChannel Channel component that this proxy is configured to use to communicate with the server.

This property is used by auto-generated code in your _Async units; you will not usually access this property directly.


See Also


Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Bold text

Personal tools