DurabilityProvider.GetAllOrchestrationStates(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status of all orchestration instances.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IList<DurableTask.Core.OrchestrationState>> GetAllOrchestrationStates (System.Threading.CancellationToken cancellationToken);
abstract member GetAllOrchestrationStates : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<DurableTask.Core.OrchestrationState>>
override this.GetAllOrchestrationStates : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<DurableTask.Core.OrchestrationState>>
Public Overridable Function GetAllOrchestrationStates (cancellationToken As CancellationToken) As Task(Of IList(Of OrchestrationState))
Parameters
- cancellationToken
- CancellationToken
A token to cancel the request.
Returns
Returns a task which completes when the status has been fetched.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET