DurabilityProvider.WaitForOrchestrationAsync 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.
DurableTask.Core.IOrchestrationServiceClient.WaitForOrchestrationAsync(System.String,System.String,System.TimeSpan,System.Threading.CancellationToken)
public System.Threading.Tasks.Task<DurableTask.Core.OrchestrationState> WaitForOrchestrationAsync (string instanceId, string executionId, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
abstract member WaitForOrchestrationAsync : string * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<DurableTask.Core.OrchestrationState>
override this.WaitForOrchestrationAsync : string * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<DurableTask.Core.OrchestrationState>
Public Function WaitForOrchestrationAsync (instanceId As String, executionId As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of OrchestrationState)
Parameters
- instanceId
- String
- executionId
- String
- timeout
- TimeSpan
- cancellationToken
- CancellationToken
Returns
Task<DurableTask.Core.OrchestrationState>
Implements
DurableTask.Core.IOrchestrationServiceClient.WaitForOrchestrationAsync(System.String,System.String,System.TimeSpan,System.Threading.CancellationToken)
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET