RuntimeConnectAndRun Method |
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public void ConnectAndRun(
Action onConnected
)
Parameters
- onConnected
- Type: SystemAction
The action to perform after the application is connected.
If the application was previously running, this Action will be invoked immediately.
See Also