Click or drag to resize

InterApplicationBussubscribe Method (String, String, InterAppMessageHandler)

Subscribes to messages on the specified topic from the specified application

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void subscribe(
	string senderUuid,
	string topic,
	InterAppMessageHandler listener
)

Parameters

senderUuid
Type: SystemString
UUID of the sending application from which messages are sent.
topic
Type: SystemString
The topic to be subscribed to.
listener
Type: Openfin.DesktopInterAppMessageHandler
The listener that is to be passed messages on the specified topic
See Also