Connects to the runtime.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic 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
See Also