Interface IAsyncCommand
Interface for defining a command as using async execution.
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public interface IAsyncCommand
Methods
| Edit this page View SourceExecuteAsync()
Triggers async execution of this command
Declaration
Task ExecuteAsync()
Returns
| Type | Description |
|---|---|
| Task | The async task |