ICommandHandler Interface

Definition

Defines the behavior of a command.

public interface class ICommandHandler
public interface ICommandHandler
type ICommandHandler = interface
Public Interface ICommandHandler

Methods

InvokeAsync(InvocationContext)

Performs an action when the associated command is invoked on the command line.

Applies to