C# Class Praeclarum.Command

Mostra file Open project: praeclarum/Praeclarum

Public Methods

Method Description
Command ( string name, AsyncAction action = null ) : System
ExecuteAsync ( ) : System.Threading.Tasks.Task

Method Details

Command() public method

public Command ( string name, AsyncAction action = null ) : System
name string
action AsyncAction
return System

ExecuteAsync() public method

public ExecuteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task