Partager via


DurabilityProvider.WaitForOrchestrationAsync Méthode

Définition

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)

Paramètres

instanceId
String
executionId
String
timeout
TimeSpan
cancellationToken
CancellationToken

Retours

Task<DurableTask.Core.OrchestrationState>

Implémente

DurableTask.Core.IOrchestrationServiceClient.WaitForOrchestrationAsync(System.String,System.String,System.TimeSpan,System.Threading.CancellationToken)

S’applique à