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

Initializes a new instance of the ConnectionStateViewModel class.

Definition

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

Параметры

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

См. также