IWorkflowEditorServiceStoreProcessStateAsync - метод
Сохраняет экземпляр процесса.
Пространство имён: Tessa.WorkflowСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
Task<ValidationResult> StoreProcessStateAsync(
WorkflowEngineStoreProcessStateRequest request,
CancellationToken cancellationToken = default
)
Function StoreProcessStateAsync (
request As WorkflowEngineStoreProcessStateRequest,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ValidationResult)
Task<ValidationResult^>^ StoreProcessStateAsync(
WorkflowEngineStoreProcessStateRequest^ request,
CancellationToken cancellationToken = CancellationToken()
)
abstract StoreProcessStateAsync :
request : WorkflowEngineStoreProcessStateRequest *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ValidationResult>
- request WorkflowEngineStoreProcessStateRequest
Request for store process state.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskValidationResultРезультат валидации.