InterApplicationBusPublish Method (Runtime, String, Object) |
Publishes a message to an entire runtime on a specified topic.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public static void Publish(
Runtime runtime,
string topic,
Object message
)
Parameters
- runtime
- Type: Openfin.DesktopRuntime
The runtime which will receive the message. - topic
- Type: SystemString
The message topic. - message
- Type: SystemObject
The value, object, or array to publish.
See Also