WorkflowServiceGetErrorDataAsync - метод |
Пространство имён:
Tessa.Workflow
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemGuid
- errorID
- Тип: SystemGuid
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskWorkflowEngineContextStateStorageРеализации
IWorkflowServiceGetErrorDataAsync(Guid, Guid, CancellationToken)См. также