InterApplicationBusunsubscribe Method (String, String, String, InterAppMessageHandler) |
Unsubscribes to messages on the specified topic from the specified application and window.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public void unsubscribe(
string senderUuid,
string sourceWindowName,
string topic,
InterAppMessageHandler listener
)
Parameters
- senderUuid
- Type: SystemString
UUID of the application from which messages are sent. - sourceWindowName
- Type: SystemString
The name of the window 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