WorkflowEngineCompilationCache - конструктор

Инициализирует новый экземпляр класса WorkflowEngineCompilationCache

Definition

Пространство имён: Tessa.Compilation.Workflow
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.23
C#
public WorkflowEngineCompilationCache(
	IWorkflowService workflowService,
	IWorkflowEngineCache workflowCache,
	ICardCache cardCache,
	IWorkflowEngineCompiler compiler,
	IWorkflowEngineTilesCompiler tilesCompiler,
	IDbScope dbScope,
	[OptionalDependencyAttribute] IUnityDisposableContainer unityDisposableContainer = null
)

Параметры

workflowService  IWorkflowService
 
workflowCache  IWorkflowEngineCache
 
cardCache  ICardCache
 
compiler  IWorkflowEngineCompiler
 
tilesCompiler  IWorkflowEngineTilesCompiler
 
dbScope  IDbScope
 
unityDisposableContainer  IUnityDisposableContainer  (Optional)
 

См. также