Click or drag to resize

InterApplicationBusaddSubscribeListener Method

Registers a listener which is called whenever a subscription occurs.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 14.1.0-alpha3
Syntax
C#
public void addSubscribeListener(
	InterAppSubscriptionListener listener
)

Parameters

listener
Type: Openfin.DesktopInterAppSubscriptionListener
A function that is called whenever a subscription occurs. It is passed the topic and application UUID that trigered the event.
See Also