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