Click or drag to resize

DesktopConnectionsendAction Method (String, JObject)

Sends a message to AppDesktop.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
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