Click or drag to resize

InterApplicationBusunsubscribe Method (String, String, InterAppMessageHandler)

Unsubscribes 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 unsubscribe(
	string senderUuid,
	string topic,
	InterAppMessageHandler listener
)

Parameters

senderUuid
Type: SystemString
UUID of the application from which messages are sent.
topic
Type: SystemString
The topic to be unsubscribed from.
listener
Type: Openfin.DesktopInterAppMessageHandler
The listener that will be removed and no longer passed messages on the topic.
See Also