Summary
Runs the cli.
- Assembly
- Rocket
.Surgery .Hosting .dll - Namespace
- Rocket
.Surgery .Hosting - Containing Type
- RocketHostExtensions
Syntax
public static Task<int> RunCli(this IHostBuilder builder)
Attributes
| Type | Description |
|---|---|
| Async |
Parameters
| Name | Type | Description |
|---|---|---|
| builder | IHostBuilder | The builder. |
Return Value
| Type | Description |
|---|---|
| Task |
Task<System.Int32>. |
