| DesktopConnectionconnect Method  | 
 
                Connects to an AppDesktop processs
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic void connect(
	DesktopStateListener listener,
	string type = "file-token"
)
Parameters
- listener
- Type: Openfin.DesktopDesktopStateListener
 Receives updates on startup and connection state.
- type (Optional)
- Type: SystemString
 Describes the type of connection to establish.
 See Also
See Also