CreateAsync(string, IConfiguration, Action<IHostBuilder>)
static
public static Task<InProcessSiloHandle> CreateAsync(string siloName, IConfiguration configuration, Action<IHostBuilder> postConfigureHostBuilder = null) Create a silo handle.
Parameters
siloNamestring- Name of the silo.
configurationIConfiguration- The configuration.
postConfigureHostBuilderAction<IHostBuilder>- An optional delegate which is invoked just prior to building the host builder.
Returns
The silo handle.
