InterApplicationBussubscribe Method (String, String, String, InterAppMessageHandler) |
Subscribes 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 subscribe(
string senderUuid,
string sourceWindowName,
string topic,
InterAppMessageHandler listener
)
Parameters
- senderUuid
- Type: SystemString
UUID of the sending 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 subscribed to. - listener
- Type: Openfin.DesktopInterAppMessageHandler
The listener that is to be passed messages on the specified topic
See Also