ConnectionStateViewModel - конструктор

Initializes a new instance of the ConnectionStateViewModel class.

Definition

Пространство имён: Tessa.UI.AppManager.CatalogService
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public ConnectionStateViewModel(
	[NotNullAttribute] Func<Task<IApplicationCatalogRegistry>> getCatalogRegistryFuncAsync,
	[NotNullAttribute] IErrorLog errorLog,
	[NotNullAttribute] IShowErrorsCommand showErrorsCommand
)

Параметры

getCatalogRegistryFuncAsync  FuncTaskIApplicationCatalogRegistry
Реестр каталогов приложений
errorLog  IErrorLog
Лог ошибок
showErrorsCommand  IShowErrorsCommand
Команда вывода сообщения об ошибке

См. также