| InterApplicationBusSubscriptionTMessage Method  | 
 
            Gets a subscription to an InterApplicationBus Openfin entity on a specified topic.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic 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
See Also