KrVirtualFileCache - конструктор |
Пространство имён:
Tessa.Extensions.Default.Server.Files.VirtualFiles
Сборка:
Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 3.5.0.19
Синтаксис public KrVirtualFileCache(
ICardCache cache,
IDbScope dbScope,
[OptionalDependencyAttribute] IUnityDisposableContainer container = null
)
Public Sub New (
cache As ICardCache,
dbScope As IDbScope,
<OptionalDependencyAttribute> Optional container As IUnityDisposableContainer = Nothing
)
public:
KrVirtualFileCache(
ICardCache^ cache,
IDbScope^ dbScope,
[OptionalDependencyAttribute] IUnityDisposableContainer^ container = nullptr
)
new :
cache : ICardCache *
dbScope : IDbScope *
[<OptionalDependencyAttribute>] ?container : IUnityDisposableContainer
(* Defaults:
let _container = defaultArg container null
*)
-> KrVirtualFileCache
Параметры
- cache
- Тип: Tessa.Cards.CachingICardCache
- dbScope
- Тип: Tessa.Platform.DataIDbScope
- container (Optional)
- Тип: Tessa.PlatformIUnityDisposableContainer
См. также