Click or drag to resize

ApplicationRun Method

Note: This API is now obsolete.

Run the application if it is not already running and perform the specified action after the application is connected. This action is invoked in two conditions: 1) The application was not previously running and now is. 2) The application was previously launched by the.NET Adapter.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use Start instead.")]
public void Run(
	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