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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
Azure SDK for .NET