InterApplicationBusPublish Method (String, Object) |
Publishes a message to a topic
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public void Publish(
string topic,
Object message
)
Parameters
- topic
- Type: SystemString
The topic to which the message is published. - message
- Type: SystemObject
the JSON message to publish.
See Also