InterApplicationBusSubscriptionTMessage Method |
Gets a subscription to an InterApplicationBus Openfin entity on a specified topic.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public static IMessageBusSubscription<TMessage> Subscription<TMessage>(
IOpenfinEntity source,
string topic
)
Parameters
- source
- Type: Openfin.DesktopIOpenfinEntity
The Openfin entity which can be subscribed to. - topic
- Type: SystemString
The message topic.
Type Parameters
- TMessage
- The type of the message data.
Return Value
Type:
IMessageBusSubscriptionTMessageThe subscription for the specified Openfin entity and topic.
See Also