Click or drag to resize

InterApplicationBuspublish Method (String, JObject)

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,
	JObject message
)

Parameters

topic
Type: SystemString
The topic to which the message is published.
message
Type: JObject
the JSON message to publish.
See Also