Click or drag to resize

IMessageBusSubscription Interface

Defines the interface for an InterApplicationBus subscription.

Namespace:  Openfin.Desktop.Messaging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public interface IMessageBusSubscription

The IMessageBusSubscription type exposes the following members.

Properties
  NameDescription
Public propertySource
The Openfin entity which is being subscribed to.
Public propertyTopic
The topic of the subscription.
Top
See Also