Table of Contents

Method AddQavrenEdge

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

AddQavrenEdge(IServiceCollection, Action<EdgeBuilder>)

Registers the Qavren.Edge core. Idempotent: calling it twice adds one host, one hub, one diagnostics service, and applies both configuration callbacks.

public static IServiceCollection AddQavrenEdge(this IServiceCollection services, Action<EdgeBuilder> configure)

Parameters

services IServiceCollection
configure Action<EdgeBuilder>

Returns

IServiceCollection