EventSinkProxy Class

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 (.NET)

The EventSinkProxy class is the base class for the RemObjects SDK proxy classes that are auto-generated from the RODL file for your event sinks. An EventSinkProxy represents the event interface of a remote (client) object. The auto-generate proxy class will define methods for the remote object it represents and implement these methods to use an appropriate message format and transport channel to communicate event calls to the client and to translate the results.

Developers will not usually implement (nor directly deal with) a proxy class. Instead, you will use the EventSinkManager's GetEventSink method to obtain the appropriate proxy when needed.

Namespace

Declaration (C#)

public abstract class EventSinkProxy;

Hierarchy

  • RemObjects.SDK.Server.EventSinkProxy

Properties

Property
Type
Description
__EventTargets IEventTargets
__Message IMessage
__ServerEventChannel IServerEventChannel


See Also


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

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools