Interface ICommandShell
Interface for command shell.
Namespace: Kephas.Application.Console
Assembly: Kephas.Application.Console.dll
Syntax
[SingletonAppServiceContract]
public interface ICommandShell
Methods
| Improve this Doc View SourceStartAsync(CancellationToken)
Starts processing commands asynchronously.
Declaration
Task StartAsync(CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Threading.CancellationToken | cancellationToken | A token that allows processing to be cancelled. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task | An asynchronous result. |