Click or drag to resize

IMessageBusSubscriptionMonitor Interface

Defines the interface for an InterApplicationBus subscription monitor.

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

The IMessageBusSubscriptionMonitor type exposes the following members.

Events
  NameDescription
Public eventSubscriberAdded
Occurs when an Openfin entity has subscribed to the monitored set of subscriptions.
Public eventSubscriberRemoved
Occurs when an Openfin entity has unsubscribed from the monitired set of subscriptions.
Top
See Also