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