Для изменения размера нажмите или перетащите

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

Initializes a new instance of the AppManagerUpdatingStrategy class. Initializes a new instance of the Object class.

Пространство имён:  Tessa.UI.AppManager
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public AppManagerUpdatingStrategy(
	[NotNullAttribute] IApplicationEnvironment environment,
	[NotNullAttribute] IApplicationUpdateChecker updateChecker,
	[NotNullAttribute] GetTessaSpecialFolderDelegate specialFolderFunc,
	[NotNullAttribute] IApplicationSynchronizer applicationSynchronizer,
	[NotNullAttribute] Func<IStreamSynchronizationSource> sourceFunc,
	[NotNullAttribute] Func<IFileSystemSynchronizationTarget> targetFunc,
	[NotNullAttribute] ISessionController sessionController,
	[NotNullAttribute] ISessionManager sessionManager,
	[NotNullAttribute] IAppManagerCredentialsStorageService credentialsStorageService,
	[NotNullAttribute] ApplicationPackageBuilder packageBuilder,
	[NotNullAttribute] IMessageProvider messageProvider,
	[DependencyAttribute("CommandLine")] string[] commandLine
)

Параметры

environment
Тип: Tessa.Platform.RuntimeIApplicationEnvironment
Переменные окружения
updateChecker
Тип: Tessa.Applications.SynchronizationIApplicationUpdateChecker
Объект осуществляющий проверку доступности обновлений
specialFolderFunc
Тип: Tessa.ApplicationsGetTessaSpecialFolderDelegate
Функция получения папки
applicationSynchronizer
Тип: Tessa.Applications.SynchronizationIApplicationSynchronizer
Синхронизатор приложения
sourceFunc
Тип: SystemFuncIStreamSynchronizationSource
The source Func.
targetFunc
Тип: SystemFuncIFileSystemSynchronizationTarget
The target Func.
sessionController
Тип: Tessa.ApplicationsISessionController
The session Controller.
sessionManager
Тип: Tessa.Platform.RuntimeISessionManager
credentialsStorageService
Тип: Tessa.UI.AppManagerIAppManagerCredentialsStorageService
packageBuilder
Тип: Tessa.Applications.PackageApplicationPackageBuilder
Построитель пакета приложения
messageProvider
Тип: Tessa.Platform.RuntimeIMessageProvider
The message Provider.
commandLine
Тип: SystemString
Командная строка
См. также