PlatformServiceStartPlatformAsync Method (String, Runtime) |
Creates and starts a Platform and returns a wrapped and running Platform instance.
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public static Task<Platform> StartPlatformAsync(
string manifestUrl,
Runtime runtimeInstance
)
Parameters
- manifestUrl
- Type: SystemString
The URL to the manifest used to start the platform. Can be a web URL or file path. - runtimeInstance
- Type: Openfin.DesktopRuntime
An instance of a connected runtime.
Return Value
Type:
TaskPlatformA task that returns an instance of an initialized and running platform.
See Also