Summary
Uses the rocket booster.
- Assembly
- Rocket
.Surgery .Hosting .dll - Namespace
- Rocket
.Surgery .Hosting - Containing Type
- RocketHostExtensions
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 |
The function. |
action | Action |
The action. |
Return Value
Type | Description |
---|---|
IHostBuilder | IHostBuilder. |