WorkflowEngineCompilationCache - конструктор
Пространство имён: Tessa.Compilation.WorkflowСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.23
public WorkflowEngineCompilationCache(
IWorkflowService workflowService,
IWorkflowEngineCache workflowCache,
ICardCache cardCache,
IWorkflowEngineCompiler compiler,
IWorkflowEngineTilesCompiler tilesCompiler,
IDbScope dbScope,
[OptionalDependencyAttribute] IUnityDisposableContainer unityDisposableContainer = null
)
Public Sub New (
workflowService As IWorkflowService,
workflowCache As IWorkflowEngineCache,
cardCache As ICardCache,
compiler As IWorkflowEngineCompiler,
tilesCompiler As IWorkflowEngineTilesCompiler,
dbScope As IDbScope,
<OptionalDependencyAttribute> Optional unityDisposableContainer As IUnityDisposableContainer = Nothing
)
public:
WorkflowEngineCompilationCache(
IWorkflowService^ workflowService,
IWorkflowEngineCache^ workflowCache,
ICardCache^ cardCache,
IWorkflowEngineCompiler^ compiler,
IWorkflowEngineTilesCompiler^ tilesCompiler,
IDbScope^ dbScope,
[OptionalDependencyAttribute] IUnityDisposableContainer^ unityDisposableContainer = nullptr
)
new :
workflowService : IWorkflowService *
workflowCache : IWorkflowEngineCache *
cardCache : ICardCache *
compiler : IWorkflowEngineCompiler *
tilesCompiler : IWorkflowEngineTilesCompiler *
dbScope : IDbScope *
[<OptionalDependencyAttribute>] ?unityDisposableContainer : IUnityDisposableContainer
-> WorkflowEngineCompilationCache
Параметры
- workflowService IWorkflowService
-
- workflowCache IWorkflowEngineCache
-
- cardCache ICardCache
-
- compiler IWorkflowEngineCompiler
-
- tilesCompiler IWorkflowEngineTilesCompiler
-
- dbScope IDbScope
-
- unityDisposableContainer IUnityDisposableContainer (Optional)
-