| InterApplicationBussubscribe Method (String, InterAppMessageHandler) | 
 
                Subscribes to messages on the specified topic from all applications
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic void subscribe(
	string topic,
	InterAppMessageHandler listener
)
Parameters
- 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
See Also