Table of Contents

Constructor EdgeHostedService

Namespace
Qavren.Edge.Hosting
Assembly
Qavren.Edge.Core.dll

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

host IEdgeHost