Compartilhar via


IJobOperations.WaitForJobCompletionAsync Método

Definição

public System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse> WaitForJobCompletionAsync (string jobId, TimeSpan? duration, TimeSpan? waitInterval);
abstract member WaitForJobCompletionAsync : string * Nullable<TimeSpan> * Nullable<TimeSpan> -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse>
Public Function WaitForJobCompletionAsync (jobId As String, duration As Nullable(Of TimeSpan), waitInterval As Nullable(Of TimeSpan)) As Task(Of JobGetResponse)

Parâmetros

jobId
String
duration
Nullable<TimeSpan>
waitInterval
Nullable<TimeSpan>

Retornos

Aplica-se a