次の方法で共有


DurabilityProvider.GetAllOrchestrationStates(CancellationToken) メソッド

定義

すべてのオーケストレーション インスタンスの状態を取得します。

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))

パラメーター

cancellationToken
CancellationToken

要求を取り消すトークン。

戻り値

Task<IList<DurableTask.Core.OrchestrationState>>

状態がフェッチされたときに完了するタスクを返します。

適用対象