Interface IAsyncCommand
Inherited Members
System.Windows.Input.ICommand.CanExecute(System.Object)
System.Windows.Input.ICommand.Execute(System.Object)
System.Windows.Input.ICommand.CanExecuteChanged
Namespace: Simplic.UI.MVC
Assembly: Simplic.UI.dll
Syntax
public interface IAsyncCommand : ICommand
Methods
| Improve this Doc View SourceExecuteAsync(Object)
Declaration
Task ExecuteAsync(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |