ICommandExecutor Interfejs

Definicja

Definiuje metodę wykonującą określoną akcję na typie, który implementuje ten interfejs.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public interface class ICommandExecutor
public interface ICommandExecutor
type ICommandExecutor = interface
Public Interface ICommandExecutor

Uwagi

Metoda w tym interfejsie nie jest wywoływana w klasach, które istnieją poza .NET Framework.

Metody

Execute()

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Wykonuje zadanie określone przez typ implementujący tę metodę.

Dotyczy