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