NotificationsGlobalCache - конструктор
Пространство имён: Tessa.NoticesСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public NotificationsGlobalCache(
ISeparateDbConnectionWorker worker,
IGlobalCacheDependencies dependencies,
[OptionalDependencyAttribute] IUnityDisposableContainer? disposableContainer = null
)
Public Sub New (
worker As ISeparateDbConnectionWorker,
dependencies As IGlobalCacheDependencies,
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
public:
NotificationsGlobalCache(
ISeparateDbConnectionWorker^ worker,
IGlobalCacheDependencies^ dependencies,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
worker : ISeparateDbConnectionWorker *
dependencies : IGlobalCacheDependencies *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _disposableContainer = defaultArg disposableContainer null
*)
-> NotificationsGlobalCache
Параметры
- worker ISeparateDbConnectionWorker
-
- dependencies IGlobalCacheDependencies
-
- disposableContainer IUnityDisposableContainer (Optional)
-