Click or drag to resize

RuntimeCreateFromManifest Method

Note: This API is now obsolete.

Creates an application from a application config file

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("CreateFromManifest is deprecated. Use the DesktopSystem.LaunchFromManifestAsync.")]
public void CreateFromManifest(
	string manifestUrl,
	Action<Application> callback
)

Parameters

manifestUrl
Type: SystemString
Url to the app config
callback
Type: SystemActionApplication
A callback to handle the application
See Also