ClientWorkflowEngineCompilerCompileTiles - метод
Пространство имён: Tessa.Workflow.CompilationСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public Task<IWorkflowEngineTilesCompilationResult> CompileTiles(
Guid templateCardID,
bool generateFile,
CancellationToken cancellationToken = default
)
Public Function CompileTiles (
templateCardID As Guid,
generateFile As Boolean,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IWorkflowEngineTilesCompilationResult)
public:
virtual Task<IWorkflowEngineTilesCompilationResult^>^ CompileTiles(
Guid templateCardID,
bool generateFile,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract CompileTiles :
templateCardID : Guid *
generateFile : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IWorkflowEngineTilesCompilationResult>
override CompileTiles :
templateCardID : Guid *
generateFile : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IWorkflowEngineTilesCompilationResult>
- templateCardID Guid
-
- generateFile Boolean
-
- cancellationToken CancellationToken (Optional)
-
TaskIWorkflowEngineTilesCompilationResultIWorkflowEngineTilesCompilerCompileTiles(Guid, Boolean, CancellationToken)