RocketHostExtensions.

LaunchWith(IHostBuilder, Func<IHostBuilder, IRocketHostBuilder>, Action<IRocketHostBuilder>) Method

Summary

Launches the with.

Syntax

public static IHostBuilder LaunchWith(this IHostBuilder builder, Func<IHostBuilder, IRocketHostBuilder> func, Action<IRocketHostBuilder> action = null)

Parameters

Name Type Description
builder IHostBuilder The builder.
func Func<IHostBuilder, IRocketHostBuilder> The function.
action Action<IRocketHostBuilder> The action.

Return Value

Type Description
IHostBuilder IHostBuilder.