WorkflowEngineCompilationCache.GetTilesAsync - метод
Пространство имён: Tessa.Compilation.WorkflowСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.23
public ValueTask<IWorkflowEngineTilesCompilationResult> GetTilesAsync(
Guid templateCardID,
CancellationToken cancellationToken = default
)
Public Function GetTilesAsync (
templateCardID As Guid,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask(Of IWorkflowEngineTilesCompilationResult)
public:
virtual ValueTask<IWorkflowEngineTilesCompilationResult^> GetTilesAsync(
Guid templateCardID,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract GetTilesAsync :
templateCardID : Guid *
?cancellationToken : CancellationToken
-> ValueTask<IWorkflowEngineTilesCompilationResult>
override GetTilesAsync :
templateCardID : Guid *
?cancellationToken : CancellationToken
-> ValueTask<IWorkflowEngineTilesCompilationResult>
- templateCardID Guid
-
- cancellationToken CancellationToken (Optional)
-
ValueTask<IWorkflowEngineTilesCompilationResult>IWorkflowEngineCompilationCache.GetTilesAsync(Guid, CancellationToken)