Click or drag to resize

InterApplicationBuspublish Method (String, JArray)

Note: This API is now obsolete.

Publishes a message to a topic

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("This method is deprecated. Use InterApplicationBus.Publish(...) instead.")]
public void publish(
	string topic,
	JArray message
)

Parameters

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