Click or drag to resize

DesktopConnectionconnectToVersion Method (DesktopStateListener)

Connect to an instance of Desktop as specified in the supplied Runtime options.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.1
Syntax
C#
public void connectToVersion(
	DesktopStateListener listener
)

Parameters

listener
Type: Openfin.DesktopDesktopStateListener
Listener object that receives updates on startup and connection state.
See Also