WorkflowEditorServiceStoreProcessStateAsync - метод
Сохраняет экземпляр процесса.
Пространство имён: Tessa.WorkflowСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public Task<ValidationResult> StoreProcessStateAsync(
WorkflowEngineStoreProcessStateRequest request,
CancellationToken cancellationToken = default
)
Public Function StoreProcessStateAsync (
request As WorkflowEngineStoreProcessStateRequest,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ValidationResult)
public:
virtual Task<ValidationResult^>^ StoreProcessStateAsync(
WorkflowEngineStoreProcessStateRequest^ request,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract StoreProcessStateAsync :
request : WorkflowEngineStoreProcessStateRequest *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ValidationResult>
override 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Результат валидации.
IWorkflowEditorServiceStoreProcessStateAsync(WorkflowEngineStoreProcessStateRequest, CancellationToken)