RedisInitializerChecker(ITessaServerSettings, IUnityDisposableContainer) - конструктор

Creates Redis initialization checker instance.

Definition

Пространство имён: Tessa.Platform.Redis
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
[InjectionConstructorAttribute]
public RedisInitializerChecker(
	ITessaServerSettings serverSettings,
	[OptionalDependencyAttribute] IUnityDisposableContainer? container = null
)

Параметры

serverSettings  ITessaServerSettings
Настройки TESSA на сервере, которые выносятся в конфигурационный файл.
container  IUnityDisposableContainer  (Optional)
Контейнер, содержащий объекты IDisposable, которые будут освобождены при закрытии контейнеров IUnityContainer.

См. также