Show / Hide Table of Contents

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 Source

ExecuteAsync()

Triggers async execution of this command

Declaration
Task ExecuteAsync()
Returns
Type Description
Task

The async task

  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com