Click or drag to resize

PlatformServiceStartPlatformAsync Method (PlatformOptions, Runtime)

Note: This API is now obsolete.

Creates and starts a Platform and returns a wrapped and running Platform instance.

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("StartPlatformAsync is deprecated. Use the DesktopSystem.LaunchFromManifestAsync.")]
public static Task<Platform> StartPlatformAsync(
	PlatformOptions platformOptions,
	Runtime runtimeInstance
)

Parameters

platformOptions
Type: Openfin.Desktop.PlatformAPIPlatformOptions

[Missing <param name="platformOptions"/> documentation for "M:Openfin.Desktop.PlatformAPI.PlatformService.StartPlatformAsync(Openfin.Desktop.PlatformAPI.PlatformOptions,Openfin.Desktop.Runtime)"]

runtimeInstance
Type: Openfin.DesktopRuntime

[Missing <param name="runtimeInstance"/> documentation for "M:Openfin.Desktop.PlatformAPI.PlatformService.StartPlatformAsync(Openfin.Desktop.PlatformAPI.PlatformOptions,Openfin.Desktop.Runtime)"]

Return Value

Type: TaskPlatform

[Missing <returns> documentation for "M:Openfin.Desktop.PlatformAPI.PlatformService.StartPlatformAsync(Openfin.Desktop.PlatformAPI.PlatformOptions,Openfin.Desktop.Runtime)"]

See Also