Edit

Share via


ICommandHandler Interface

Definition

Defines the behavior of a command.

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

Methods

Invoke(InvocationContext)

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

InvokeAsync(InvocationContext)

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

Applies to