Click or drag to resize

DesktopConnectionconnectToVersion Method (RuntimeOptions, DesktopStateListener)

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

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

Parameters

options
Type: Openfin.DesktopRuntimeOptions
The RuntimeOptions object specifying the version to connect to.
listener
Type: Openfin.DesktopDesktopStateListener
Listener object that receives updates on startup and connection state.
See Also