Connects to the runtime.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public void Connect(
Action onConnected
)
Parameters
- onConnected
- Type: SystemAction
Will call the Action passed on a successfull connection.
If the runtime was previously connection, this Action will be invoked immediately.
See Also