WorkflowEngineCompiler.CompileLinkAsync - метод
Пространство имён: Tessa.Compilation.WorkflowСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.23
public Task<IWorkflowEngineCompilationResult> CompileLinkAsync(
WorkflowProcessStorage processTemplate,
WorkflowLinkStorage link,
CancellationToken cancellationToken = default
)
Public Function CompileLinkAsync (
processTemplate As WorkflowProcessStorage,
link As WorkflowLinkStorage,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IWorkflowEngineCompilationResult)
public:
virtual Task<IWorkflowEngineCompilationResult^>^ CompileLinkAsync(
WorkflowProcessStorage^ processTemplate,
WorkflowLinkStorage^ link,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract CompileLinkAsync :
processTemplate : WorkflowProcessStorage *
link : WorkflowLinkStorage *
?cancellationToken : CancellationToken
-> Task<IWorkflowEngineCompilationResult>
override CompileLinkAsync :
processTemplate : WorkflowProcessStorage *
link : WorkflowLinkStorage *
?cancellationToken : CancellationToken
-> Task<IWorkflowEngineCompilationResult>
- processTemplate WorkflowProcessStorage
-
- link WorkflowLinkStorage
-
- cancellationToken CancellationToken (Optional)
-
Task<IWorkflowEngineCompilationResult>IWorkflowEngineCompiler.CompileLinkAsync(WorkflowProcessStorage, WorkflowLinkStorage, CancellationToken)