ExternalMessageResultHandlersend Method |
Record the result of an ExternalMessageHandlerDelegate to be sent back to the AppDesktop.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public bool send(
bool result,
string message
)
Parameters
- result
- Type: SystemBoolean
true for success, false for failure. - message
- Type: SystemString
A string response to be sent back over HTTP/HTTPS
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Openfin.Desktop.ExternalMessageResultHandler.send(System.Boolean,System.String)"]
See Also