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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET