Click or drag to resize

InterApplicationBusPublish Method (String, Object)

Publishes a message to a topic

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
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