ConnectionStateViewModel - конструктор
Пространство имён: Tessa.UI.AppManager.CatalogServiceСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public ConnectionStateViewModel(
[NotNullAttribute] Func<Task<IApplicationCatalogRegistry>> getCatalogRegistryFuncAsync,
[NotNullAttribute] IErrorLog errorLog,
[NotNullAttribute] IShowErrorsCommand showErrorsCommand
)
Public Sub New (
<NotNullAttribute> getCatalogRegistryFuncAsync As Func(Of Task(Of IApplicationCatalogRegistry)),
<NotNullAttribute> errorLog As IErrorLog,
<NotNullAttribute> showErrorsCommand As IShowErrorsCommand
)
public:
ConnectionStateViewModel(
[NotNullAttribute] Func<Task<IApplicationCatalogRegistry^>^>^ getCatalogRegistryFuncAsync,
[NotNullAttribute] IErrorLog^ errorLog,
[NotNullAttribute] IShowErrorsCommand^ showErrorsCommand
)
new :
[<NotNullAttribute>] getCatalogRegistryFuncAsync : Func<Task<IApplicationCatalogRegistry>> *
[<NotNullAttribute>] errorLog : IErrorLog *
[<NotNullAttribute>] showErrorsCommand : IShowErrorsCommand -> ConnectionStateViewModel
Параметры
- getCatalogRegistryFuncAsync FuncTaskIApplicationCatalogRegistry
-
Реестр каталогов приложений
- errorLog IErrorLog
-
Лог ошибок
- showErrorsCommand IShowErrorsCommand
-
Команда вывода сообщения об ошибке