public interface IClientCommandInterpreter
Public Interface IClientCommandInterpreter
public interface class IClientCommandInterpreter
type IClientCommandInterpreter = interface end
InterpretAsync | Асинхронно интерпретирует набор команд. |
RegisterHandler(String, Type) | Добавляет обработчик команды с указанным типом. |
RegisterHandlerT(String) | Добавляет обработчик команды с указанным типом. |