WorkflowEngineCompilationHelperCompileAsync - метод
Компилирует объект WFE.
Пространство имён: Tessa.Workflow.CompilationСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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