ApplicationDownloader - конструктор
Инициализирует новый экземпляр класса Object.
Пространство имён: Tessa.Applications.Services.TessaServerСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public ApplicationDownloader(
[NotNullAttribute] ApplicationPackageBuilder packageBuilder,
[NotNullAttribute] ICardContentStrategy contentStrategy,
[NotNullAttribute] IErrorManager errorManager,
[NotNullAttribute] ISession session
)
Public Sub New (
<NotNullAttribute> packageBuilder As ApplicationPackageBuilder,
<NotNullAttribute> contentStrategy As ICardContentStrategy,
<NotNullAttribute> errorManager As IErrorManager,
<NotNullAttribute> session As ISession
)
public:
ApplicationDownloader(
[NotNullAttribute] ApplicationPackageBuilder^ packageBuilder,
[NotNullAttribute] ICardContentStrategy^ contentStrategy,
[NotNullAttribute] IErrorManager^ errorManager,
[NotNullAttribute] ISession^ session
)
new :
[<NotNullAttribute>] packageBuilder : ApplicationPackageBuilder *
[<NotNullAttribute>] contentStrategy : ICardContentStrategy *
[<NotNullAttribute>] errorManager : IErrorManager *
[<NotNullAttribute>] session : ISession -> ApplicationDownloader
Параметры
- packageBuilder ApplicationPackageBuilder
- Построитель пакета приложения.
- contentStrategy ICardContentStrategy
- Стратегия, предоставляющая доступ к манипулированию содержимым файлов карточек.
- errorManager IErrorManager
- Объект, управляющий отправкой и получением ошибок.
- session ISession
- Сессия текущего пользователя.