InterApplicationBusMonitorSubscriptions Method (IOpenfinEntity, String) |
Gets a subscription monitor for a specified Openfin entity and topic.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public static IMessageBusSubscriptionMonitor MonitorSubscriptions(
IOpenfinEntity subscriber,
string topic
)
Parameters
- subscriber
- Type: Openfin.DesktopIOpenfinEntity
The subscriber which can raise subscription events. - topic
- Type: SystemString
The message topic to monitor.
Return Value
Type:
IMessageBusSubscriptionMonitorThe subscription monitor for the specified Openfin entity and topic.
See Also