InterApplicationBusSend Method (IOpenfinEntity, String, Object) |
Sends a message to an InterApplicationBus Openfin entity on a specified topic.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public static void Send(
IOpenfinEntity destination,
string topic,
Object message
)
Parameters
- destination
- Type: Openfin.DesktopIOpenfinEntity
The Openfin entity which will receive the message. - topic
- Type: SystemString
The message topic. - message
- Type: SystemObject
The value, object, or array to send.
See Also