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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET