UseOrleans(IHostApplicationBuilder, Action<ISiloBuilder>)
staticextension
public static IHostApplicationBuilder UseOrleans(this IHostApplicationBuilder hostAppBuilder, Action<ISiloBuilder> configureDelegate) Configures the host builder to host an Orleans silo.
Parameters
hostAppBuilderIHostApplicationBuilder- The host app builder.
configureDelegateAction<ISiloBuilder>- The delegate used to configure the silo.
Returns
The host builder.
