編集

次の方法で共有


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)
InvokeAsync(InvocationContext)

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

Applies to