Click or drag to resize

RuntimeConnectAndRun Method

Connects to the runtime and runs the application specified by the StartupApplicationOptions property.

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