Constructor EdgeHostedService
EdgeHostedService(IEdgeHost)
Generic-host integration: starts the Edge host and awaits it, so a startup failure fails
IHost.StartAsync. MAUI does not use this — the lifecycle bridge calls
Start() from the platform launch event and never blocks it.
public EdgeHostedService(IEdgeHost host)
Parameters
hostIEdgeHost