ServiceCollectionExtensions
class
Namespace: Orleans.Dashboard
Provides extension methods for configuring and integrating the Orleans Dashboard.
public static class ServiceCollectionExtensionsMethods
AddDashboard(IClientBuilder, Action<DashboardOptions>)Adds Orleans Dashboard services to an Orleans client builder. This allows you to host the Orleans Dashboard application on an Orleans client, so long as the silos also have the dashboard added.AddDashboard(ISiloBuilder, Action<DashboardOptions>)Adds Orleans Dashboard services to the silo builder.MapOrleansDashboard(IEndpointRouteBuilder, string?)Maps Orleans Dashboard endpoints using ASP.NET Core minimal APIs. Returns anMicrosoft.AspNetCore.Builder.IEndpointConventionBuilderthat can be used to apply authentication, authorization, or other endpoint configuration.
