Search Results for

    Show / Hide Table of Contents

    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 Source

    ExecuteAsync(Object)

    Declaration
    Task ExecuteAsync(object parameter)
    Parameters
    Type Name Description
    System.Object parameter
    Returns
    Type Description
    System.Threading.Tasks.Task
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx