RedisInitializerChecker(ITessaServerSettings, IUnityDisposableContainer) - конструктор
Creates Redis initialization checker instance.
Пространство имён: Tessa.Platform.RedisСборка: Tessa (в Tessa.dll) Версия: 4.0.4
[InjectionConstructorAttribute]
public RedisInitializerChecker(
ITessaServerSettings serverSettings,
[OptionalDependencyAttribute] IUnityDisposableContainer? container = null
)
<InjectionConstructorAttribute>
Public Sub New (
serverSettings As ITessaServerSettings,
<OptionalDependencyAttribute> Optional container As IUnityDisposableContainer = Nothing
)
public:
[InjectionConstructorAttribute]
RedisInitializerChecker(
ITessaServerSettings^ serverSettings,
[OptionalDependencyAttribute] IUnityDisposableContainer^ container = nullptr
)
[<InjectionConstructorAttribute>]
new :
serverSettings : ITessaServerSettings *
[<OptionalDependencyAttribute>] ?container : IUnityDisposableContainer
(* Defaults:
let _container = defaultArg container null
*)
-> RedisInitializerChecker
Параметры
- serverSettings ITessaServerSettings
Настройки TESSA на сервере, которые выносятся в конфигурационный файл.
- container IUnityDisposableContainer (Optional)
Контейнер, содержащий объекты IDisposable,
которые будут освобождены при закрытии контейнеров IUnityContainer.