public interface IAsyncCommand : ICommandPublic Interface IAsyncCommand
Inherits ICommand
Dim instance As IAsyncCommandpublic interface class IAsyncCommand : ICommandThis 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.