ClientWorkflowServiceGetErrorDataAsync - метод
Пространство имён: Tessa.WorkflowСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public Task<WorkflowEngineContextStateStorage> GetErrorDataAsync(
Guid processID,
Guid errorID,
CancellationToken cancellationToken = default
)
Public Function GetErrorDataAsync (
processID As Guid,
errorID As Guid,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of WorkflowEngineContextStateStorage)
public:
virtual Task<WorkflowEngineContextStateStorage^>^ GetErrorDataAsync(
Guid processID,
Guid errorID,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract GetErrorDataAsync :
processID : Guid *
errorID : Guid *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<WorkflowEngineContextStateStorage>
override GetErrorDataAsync :
processID : Guid *
errorID : Guid *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<WorkflowEngineContextStateStorage>
- processID Guid
-
- errorID Guid
-
- cancellationToken CancellationToken (Optional)
-
TaskWorkflowEngineContextStateStorageIWorkflowServiceGetErrorDataAsync(Guid, Guid, CancellationToken)