InterApplicationBusdispatchMessageToCallbacks Method |
Dispatches a messages to listeners
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public void dispatchMessageToCallbacks(
string sourceUuid,
string topic,
string sourceWindowName,
Object message
)
Parameters
- sourceUuid
- Type: SystemString
UUID of the application from which messages are sent. - topic
- Type: SystemString
Topic to which the mssage is published. - sourceWindowName
- Type: SystemString
The name of the window which sent the message. - message
- Type: SystemObject
The JSON message to be dispatched.
See Also