RocketHostExtensions.

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

Summary

Uses the rocket booster.

Syntax

public static IHostBuilder UseRocketBooster(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.