InterApplicationBusSend Method (String, String, String, Object) |
Sends a message to the specified application and window name on a given topic.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public void Send(
string destinationUuid,
string destinationName,
string topic,
Object message
)
Parameters
- destinationUuid
- Type: SystemString
The UUID of the receiving application. - destinationName
- Type: SystemString
The name of the receiving window. - topic
- Type: SystemString
The message topic. - message
- Type: SystemObject
The value, object, or array to send.
See Also