IDefaultCommandAsync Interface

Summary

IDefaultCommand
graph BT Type["IDefaultCommandAsync"] class Type type-node

Syntax

public interface IDefaultCommandAsync

Attributes

Type Description
NullableContextAttribute

Methods

Name Value Summary
Run(IApplicationState, CancellationToken) Task<int>
Runs the specified state.

Extension Methods