Click or drag to resize

RuntimeConnect Method

Connects to the runtime.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public 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