Click or drag to resize

InterApplicationBusSend Method (String, String, Object)

Sends a message to the specified application on a given topic.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void Send(
	string destinationUuid,
	string topic,
	Object message
)

Parameters

destinationUuid
Type: SystemString
The UUID of the receiving application.
topic
Type: SystemString
The message topic.
message
Type: SystemObject
The value, object, or array to send.
See Also