DesktopConnectionsendAction Method (String, JObject) |
Sends a message to AppDesktop.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public void sendAction(
string action,
JObject payload
)
Parameters
- action
- Type: SystemString
The action of the message. - payload
- Type: JObject
The message object to send.
See Also