Compartir a través de


DurabilityProvider.WaitForOrchestrationAsync Método

Definición

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)

Parámetros

instanceId
String
executionId
String
timeout
TimeSpan
cancellationToken
CancellationToken

Devoluciones

Task<DurableTask.Core.OrchestrationState>

Implementaciones

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

Se aplica a