AddDashboard(IClientBuilder, Action<DashboardOptions>)
staticextension
public static IClientBuilder AddDashboard(this IClientBuilder clientBuilder, Action<DashboardOptions>? configureOptions = null) 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.
Parameters
clientBuilderIClientBuilder- The client builder.
configureOptionsAction<DashboardOptions>- Optional configuration action for
DashboardOptions.
Returns
The service collection for method chaining.
