Skip to content

OrleansSiloGenericHostExtensions.UseOrleans(IHostBuilder, Action<ISiloBuilder>)

UseOrleans(IHostBuilder, Action<ISiloBuilder>)

staticextension
View source
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.