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

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

Definition

Пространство имён: Tessa.Workflow
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public WorkflowEngineProcessorIterative(
	IDbScope dbScope,
	IWorkflowService workflowService,
	Func<IWorkflowEngineLogger> workflowEngineLoggerProvider,
	IWorkflowEngineProcessSerializer workflowEngineProcessSerializer,
	IWorkflowEngineProcessCompilationCache processCompilationCache,
	IWorkflowEngineCache workflowCache,
	IErrorManager errorManager,
	IOperationRepository operationRepository,
	ICardRepository cardRepository,
	[DependencyAttribute("ExtendedWithoutTransactionAndLocking")] ICardRepository cardRepositoryEwt,
	ICardStreamServerRepository cardStreamServerRepository,
	[DependencyAttribute("ExtendedWithoutTransactionAndLocking")] ICardStreamServerRepository cardStreamServerRepositoryEwt,
	IWorkflowEngineCardsScope cardsScope,
	ISession session,
	ICardMetadata cardMetadata,
	IWorkflowEngineCardRequestExtender requestExtender,
	IWorkflowBindingExecutor bindingExecutor,
	IWorkflowBindingParser bindingParser,
	IWorkflowEngineLockScope lockScope,
	ICardTransactionStrategy transactionStrategy,
	IUnityContainer container,
	IWorkflowActionRegistry workflowActionRegistry,
	IDeferredDeletionQueue deletionQueue,
	ISeparateDbConnectionWorker separateDbConnection,
	IWorkflowEngineTracingScope tracingScope,
	IWorkflowEngineTracingDataWriter tracingDataWriter,
	IWorkflowEngineActivitySource activitySource
)

Параметры

dbScope  IDbScope
 
workflowService  IWorkflowService
 
workflowEngineLoggerProvider  FuncIWorkflowEngineLogger
 
workflowEngineProcessSerializer  IWorkflowEngineProcessSerializer
 
processCompilationCache  IWorkflowEngineProcessCompilationCache
 
workflowCache  IWorkflowEngineCache
 
errorManager  IErrorManager
 
operationRepository  IOperationRepository
 
cardRepository  ICardRepository
 
cardRepositoryEwt  ICardRepository
 
cardStreamServerRepository  ICardStreamServerRepository
 
cardStreamServerRepositoryEwt  ICardStreamServerRepository
 
cardsScope  IWorkflowEngineCardsScope
 
session  ISession
 
cardMetadata  ICardMetadata
 
requestExtender  IWorkflowEngineCardRequestExtender
 
bindingExecutor  IWorkflowBindingExecutor
 
bindingParser  IWorkflowBindingParser
 
lockScope  IWorkflowEngineLockScope
 
transactionStrategy  ICardTransactionStrategy
 
container  IUnityContainer
 
workflowActionRegistry  IWorkflowActionRegistry
 
deletionQueue  IDeferredDeletionQueue
 
separateDbConnection  ISeparateDbConnectionWorker
 
tracingScope  IWorkflowEngineTracingScope
 
tracingDataWriter  IWorkflowEngineTracingDataWriter
 
activitySource  IWorkflowEngineActivitySource
 

См. также