ExternalWindowAckResultsend Method |
Sends the result to the desktop triggering pending callbacks in other apps.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax 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