WorkflowEngineCompilationHelperCompileAsync - метод
Компилирует объект WFE.
Пространство имён: Tessa.Workflow.CompilationСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public static Task CompileAsync(
WorkflowProcessStorage process,
Dictionary<string, Object?>? contextCompilationItem,
WorkflowEngineCompilationMode compilationMode,
IValidationResultBuilder validationResult,
IWorkflowEngineProcessCompiler workflowProcessCompiler,
IWorkflowEngineNodeCompiler workflowNodeCompiler,
IWorkflowEngineLinkCompiler workflowLinkCompiler,
IWorkflowEngineActionCompiler workflowActionCompiler,
IWorkflowEngineTileCompiler workflowTileCompiler,
CancellationToken cancellationToken
)
Public Shared Function CompileAsync (
process As WorkflowProcessStorage,
contextCompilationItem As Dictionary(Of String, Object),
compilationMode As WorkflowEngineCompilationMode,
validationResult As IValidationResultBuilder,
workflowProcessCompiler As IWorkflowEngineProcessCompiler,
workflowNodeCompiler As IWorkflowEngineNodeCompiler,
workflowLinkCompiler As IWorkflowEngineLinkCompiler,
workflowActionCompiler As IWorkflowEngineActionCompiler,
workflowTileCompiler As IWorkflowEngineTileCompiler,
cancellationToken As CancellationToken
) As Task
public:
static Task^ CompileAsync(
WorkflowProcessStorage^ process,
Dictionary<String^, Object^>^ contextCompilationItem,
WorkflowEngineCompilationMode compilationMode,
IValidationResultBuilder^ validationResult,
IWorkflowEngineProcessCompiler^ workflowProcessCompiler,
IWorkflowEngineNodeCompiler^ workflowNodeCompiler,
IWorkflowEngineLinkCompiler^ workflowLinkCompiler,
IWorkflowEngineActionCompiler^ workflowActionCompiler,
IWorkflowEngineTileCompiler^ workflowTileCompiler,
CancellationToken cancellationToken
)
static member CompileAsync :
process : WorkflowProcessStorage *
contextCompilationItem : Dictionary<string, Object> *
compilationMode : WorkflowEngineCompilationMode *
validationResult : IValidationResultBuilder *
workflowProcessCompiler : IWorkflowEngineProcessCompiler *
workflowNodeCompiler : IWorkflowEngineNodeCompiler *
workflowLinkCompiler : IWorkflowEngineLinkCompiler *
workflowActionCompiler : IWorkflowEngineActionCompiler *
workflowTileCompiler : IWorkflowEngineTileCompiler *
cancellationToken : CancellationToken -> Task
- process WorkflowProcessStorage
- WorkflowProcessStorage
- contextCompilationItem DictionaryString, Object
- Хранилище объекта компиляции.
- compilationMode WorkflowEngineCompilationMode
- WorkflowEngineCompilationMode
- validationResult IValidationResultBuilder
- IValidationResultBuilder
- workflowProcessCompiler IWorkflowEngineProcessCompiler
- IWorkflowEngineProcessCompiler
- workflowNodeCompiler IWorkflowEngineNodeCompiler
- IWorkflowEngineNodeCompiler
- workflowLinkCompiler IWorkflowEngineLinkCompiler
- IWorkflowEngineLinkCompiler
- workflowActionCompiler IWorkflowEngineActionCompiler
- IWorkflowEngineActionCompiler
- workflowTileCompiler IWorkflowEngineTileCompiler
- IWorkflowEngineTileCompiler
- cancellationToken CancellationToken
- CancellationToken
Task