MobileClientServerInitializationExtension - конструктор
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён: Tessa.Extensions.Platform.Server.InitializationСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public MobileClientServerInitializationExtension(
ICardCache cardCache,
ILicenseManager licenseManager
)
Public Sub New (
cardCache As ICardCache,
licenseManager As ILicenseManager
)
public:
MobileClientServerInitializationExtension(
ICardCache^ cardCache,
ILicenseManager^ licenseManager
)
new :
cardCache : ICardCache *
licenseManager : ILicenseManager -> MobileClientServerInitializationExtension
Параметры
- cardCache ICardCache
Потокобезопасный кэш с карточками и дополнительными настройками.
- licenseManager ILicenseManager
Объект, предоставляющий доступ к лицензии.