Summary
Runs the specified state.
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Containing Type
- IDefaultCommandAsync
Syntax
Task<int> Run(IApplicationState state, CancellationToken cancellationToken)
Parameters
| Name | Type | Description |
|---|---|---|
| state | IApplicationState | The state. |
| cancellationToken | CancellationToken | The state. |
Return Value
| Type | Description |
|---|---|
| Task |
