Click or drag to resize

ExternalWindowAckResultsend Method

Sends the result to the desktop triggering pending callbacks in other apps.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void send(
	bool succeeded = true,
	string reason = null
)

Parameters

succeeded (Optional)
Type: SystemBoolean
True when the operation was successful
reason (Optional)
Type: SystemString
When succeeded is false, a reason is sent on error.
See Also