IDefaultCommandAsync.

Run(IApplicationState, CancellationToken) Method

Summary

Runs the specified state.

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<int>