| InterApplicationBuspublish Method (String, JObject) | 
 
            Publishes a message to a topic
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic void publish(
	string topic,
	JObject message
)
Parameters
- topic
- Type: SystemString
 The topic to which the message is published.
- message
- Type: JObject
 the JSON message to publish.
 See Also
See Also