public interface IAsyncCommand : ICommand
Public Interface IAsyncCommand
Inherits ICommand
Dim instance As IAsyncCommand
public interface class IAsyncCommand : ICommand
This interface adds a RunAsync method to the ICommand interface, that will be invoked by the RunCommandAsync method and its overloads. This allows you to write tasks that use asynchronous code.